Increase verison code, fixes #335

This commit is contained in:
Marvin W 2017-03-21 19:08:22 +01:00
parent 7f13738e61
commit 0f3a472a11
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 2 additions and 2 deletions

2
extern/GmsApi vendored

@ -1 +1 @@
Subproject commit 05c12cab6d65444b0c5d9882f8df6224168ff7aa
Subproject commit 3933ac65c7079f253154c0527ad36fc6d2fd9f89

View File

@ -62,7 +62,7 @@ android {
versionName getMyVersionName()
def x = getMyVersionCode()
// We are not allowed to freely choose the hundreds column as it defines the device type
versionCode(10084400 + x % 100 + ((int) (x / 100)) * 1000)
versionCode(10542400 + x % 100 + ((int) (x / 100)) * 1000)
minSdkVersion androidMinSdk()
targetSdkVersion androidTargetSdk()