Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Mar 13, 2019
1 parent 3b8c1cd commit a1dd0ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your module's `build.gradle` file:
```gradle
dependencies {
implementation 'com.afollestad:recyclical:0.4.0'
implementation 'com.afollestad:recyclical:0.5.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ ext.versions = [
minSdk : 19,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '0.4.0',
publishVersionCode : 8,
publishVersion : '0.5.0',
publishVersionCode : 9,

gradlePlugin : '3.3.2',
kotlin : '1.3.21',
spotlessPlugin : '3.18.0',
spotlessPlugin : '3.19.0',
versionsPlugin : '0.21.0',
bintrayRelease : '0.9',

Expand Down

0 comments on commit a1dd0ba

Please sign in to comment.