client/android: increase version
This commit is contained in:
parent
ac9b6d15f2
commit
1cda26274f
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user