Skip to content

Commit

Permalink
bump versionCode for play store and use 0.5.17 as version
Browse files Browse the repository at this point in the history
  • Loading branch information
leto committed Sep 23, 2020
1 parent 3f1f73a commit 953ac20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
minSdkVersion Deps.minSdkVersion
targetSdkVersion Deps.targetSdkVersion
multiDexEnabled true
versionCode 5
versionName "0.5.16.1"
versionCode 6
versionName "0.5.17"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit 953ac20

Please sign in to comment.