Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Nov 5, 2019
1 parent 8bb705a commit 2d09e6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
implementation 'com.afollestad:recyclical:1.1.0'
implementation 'com.afollestad:recyclical:1.1.1'
}
```

Expand Down
7 changes: 4 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
1.1.0
1.1.1

* The same layout could be used for multiple item types.
* Dependency upgrades and some internal cleanup.
* Dependency upgrades.
* Add `withLayoutAnimation(...)` for the `setup {}` block. See the README.
* Add `addChangedListener(...)` to `DataSource<T>`.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext.versions = [
minSdk : 19,
compileSdk : 29,
buildTools : '29.0.0',
publishVersion : '1.1.0',
publishVersion : '1.1.1',
publishVersionCode : 24,

gradlePlugin : '3.5.2',
Expand Down

0 comments on commit 2d09e6a

Please sign in to comment.