Browse Source

bump versionCode for play store and use 0.5.17 as version

master v0.5.17
Jonathan "Duke" Leto 4 years ago
parent
commit
953ac20018
  1. 4
      app/build.gradle

4
app/build.gradle

@ -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
}

Loading…
Cancel
Save