Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Sep 22, 2018
1 parent 0b0db54 commit 088d8b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the following to your module's `build.gradle` file:
```Gradle
dependencies {
implementation 'com.afollestad:drag-select-recyclerview:2.2.0'
implementation 'com.afollestad:drag-select-recyclerview:2.3.0'
}
```

Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ ext.versions = [
minSdk : 14,
compileSdk : 28,
buildTools : '28.0.2',
publishVersion : '2.2.0',
publishVersionCode: 24,
publishVersion : '2.3.0',
publishVersionCode: 25,

gradlePlugin : '3.1.4',
kotlin : '1.2.70',
spotlessPlugin : '3.12.0',
versionsPlugin : '0.17.0',
bintrayRelease : '0.8.1',

androidx : '1.0.0-rc02',
materialCab : '1.1.0'
androidx : '1.0.0',
materialCab : '1.2.0'
]

0 comments on commit 088d8b7

Please sign in to comment.