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

Commit

Permalink
2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Mar 19, 2019
1 parent 484f4e1 commit f4b55c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
2.4.0

1. Raise minSdk to 19.
2. Fix a bug where drag selection remains active after raising your finger. See #34.
3. Dependency upgrades.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ext.versions = [
minSdk : 19,
compileSdk : 28,
buildTools : '28.0.3',
publishVersion : '2.3.0',
publishVersionCode : 26,
publishVersion : '2.4.0',
publishVersionCode : 27,

gradlePlugin : '3.3.2',
kotlin : '1.3.21',
Expand Down

0 comments on commit f4b55c9

Please sign in to comment.