Bump version to 0.4.18.5

stable-4.9
luk3yx 2019-03-17 17:32:57 +13:00
parent 59c12c768a
commit 0e935e45d1
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ set(VERSION_TWEAK 5)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
# Change to false for releases
set(DEVELOPMENT_BUILD TRUE)
set(DEVELOPMENT_BUILD FALSE)
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

View File

@ -29,7 +29,7 @@ android {
buildToolsVersion "28.0.3"
defaultConfig {
versionCode 1
versionCode 2
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 14
targetSdkVersion 28