Version bump

This commit is contained in:
Marvin W 2017-12-12 11:38:27 -06:00
parent 2403f97e18
commit 0596d2c6f1
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
3 changed files with 4 additions and 4 deletions

2
extern/GmsApi vendored

@ -1 +1 @@
Subproject commit 664194ec2ad6c019545bf1bad21fe45cf6bfc3f8
Subproject commit c90a6851b2384a78b5a7a6bcd1b5e21c3d11c4ca

2
extern/GmsLib vendored

@ -1 +1 @@
Subproject commit 8b5813143ed11fbcb533d407ce58fb32a54fe18a
Subproject commit b5342173d388ebde73180e94014a62480a7cd9dd

View File

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