Skip to content

Commit

Permalink
update dependencies and bump lib version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
a.guzenko committed Feb 14, 2023
1 parent 0c9f670 commit 7c71d59
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.2

* [NEW] Clicks interface extracted in more right way

## 2.1.1

* fix maven aar loss
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Add dependencies to your build.gradle

```kotlin
// pure base lib dependency without any concurrent work
implementation 'ru.tinkoff.mobile:ti-recycler:2.1.1'
implementation 'ru.tinkoff.mobile:ti-recycler:2.1.2'
// or
// version with RxJava2
implementation 'ru.tinkoff.mobile:ti-recycler-rx2:2.1.1'
implementation 'ru.tinkoff.mobile:ti-recycler-rx2:2.1.2'
// or
// coroutines(Flow) version
implementation 'ru.tinkoff.mobile:ti-recycler-coroutines:2.1.1'
implementation 'ru.tinkoff.mobile:ti-recycler-coroutines:2.1.2'
```

# How to use it
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "7.4.0" apply false
id("com.android.library") version "7.4.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.0" apply false
id("com.android.application") version "7.4.1" apply false
id("com.android.library") version "7.4.1" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
}

task clean(type: Delete) {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=2.1.1
VERSION_NAME=2.1.2
GROUP=ru.tinkoff.mobile

POM_DESCRIPTION=Library which allows you to build screens with RecyclerView faster
Expand Down

0 comments on commit 7c71d59

Please sign in to comment.