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

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed May 17, 2019
1 parent 139a26a commit 9f33ead
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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:0.8.0'
implementation 'com.afollestad:recyclical:0.9.0'
}
```

Expand Down Expand Up @@ -455,7 +455,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
implementation 'com.afollestad:recyclical-swipe:0.7.1'
implementation 'com.afollestad:recyclical-swipe:0.9.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ ext.versions = [
minSdk : 19,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '0.8.0',
publishVersionCode : 16,
publishVersion : '0.9.0',
publishVersionCode : 17,

gradlePlugin : '3.4.0',
gradlePlugin : '3.4.1',
kotlin : '1.3.31',
spotlessPlugin : '3.22.0',
versionsPlugin : '0.21.0',
Expand Down

0 comments on commit 9f33ead

Please sign in to comment.