client/android: increase version

This commit is contained in:
Bernhard Miklautz 2017-11-28 15:33:03 +01:00
parent ac9b6d15f2
commit 1cda26274f

View File

@ -15,7 +15,7 @@ def getVersionName = { ->
}
ext {
versionCode = properties.get('VERSION', "11").toInteger()
versionCode = properties.get('VERSION', "12").toInteger()
minSdk = properties.get('MIN_SDK', "14").toInteger()
targetSdk = properties.get('TARGET_SDK', "25").toInteger()
compileSdk = properties.get('COMPILE_SDK', "25").toInteger()