Skip to content

Commit 953ac20

Browse files
committed
bump versionCode for play store and use 0.5.17 as version
1 parent 3f1f73a commit 953ac20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
minSdkVersion Deps.minSdkVersion
1818
targetSdkVersion Deps.targetSdkVersion
1919
multiDexEnabled true
20-
versionCode 5
21-
versionName "0.5.16.1"
20+
versionCode 6
21+
versionName "0.5.17"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
vectorDrawables.useSupportLibrary = true
2424
}

0 commit comments

Comments
 (0)