Skip to content

Commit

Permalink
fix maven aar loss
Browse files Browse the repository at this point in the history
  • Loading branch information
a.guzenko committed Jan 16, 2023
1 parent efd15ab commit 5d8d07e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## 2.1.1

* fix maven aar loss

## 2.1.0

* [NEW] add sticky footers feature
* [NEW] add old item param to PayloadMapper to calculate payload correctly
* extract common scroll listener and add coroutines implementation
* update to latest agp, kotlin and gradle

## 2.1.0
## 2.0.0

* refactored base implementation and added coroutines(flow) implementation

Expand Down
8 changes: 3 additions & 5 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.0'
implementation 'ru.tinkoff.mobile:ti-recycler:2.1.1'
// or
// version with RxJava2
implementation 'ru.tinkoff.mobile:ti-recycler-rx2:2.1.0'
implementation 'ru.tinkoff.mobile:ti-recycler-rx2:2.1.1'
// or
// coroutines(Flow) version
implementation 'ru.tinkoff.mobile:ti-recycler-coroutines:2.1.0'
implementation 'ru.tinkoff.mobile:ti-recycler-coroutines:2.1.1'
```

# How to use it
Expand Down Expand Up @@ -135,8 +135,6 @@ in [sample project](sample/src/main/java/ru/tinkoff/mobile/tech/tirecycler)

[RU: Habr](https://habr.com/ru/company/tinkoff/blog/665930/)

Eng translation will be added soon

## License

TiRecycler is available under the Apache License 2.0. See the LICENSE file for more info.
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.0
VERSION_NAME=2.1.1
GROUP=ru.tinkoff.mobile

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

0 comments on commit 5d8d07e

Please sign in to comment.