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

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
Breaking change in constructor parameters
  • Loading branch information
ByteHamster committed Jul 1, 2020
1 parent 85e7cc7 commit 727f819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 100018
versionName "1.0.18"
versionCode 200000
versionName "2.0.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 727f819

Please sign in to comment.