Increase versionCode for aFreeRDP 2.0-rc1

This commit is contained in:
Christian Plattner 2017-11-17 08:58:07 +01:00
parent 6666564493
commit a5f67d1203

View File

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