Increase version number

This commit is contained in:
Marvin W 2017-09-09 18:51:38 +02:00
parent 38324bedfa
commit f289a13a7f
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
3 changed files with 3 additions and 3 deletions

2
extern/GmsApi vendored

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

2
extern/UnifiedNlp vendored

@ -1 +1 @@
Subproject commit bf8682e00fa829d3c6041a3646afce9a264696da
Subproject commit e6c6e19c9013b14f224cf503381096825bd7e6af

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(11056400 + x % 100 + ((int) (x / 100)) * 1000)
versionCode(11672400 + x % 100 + ((int) (x / 100)) * 1000)
minSdkVersion androidMinSdk()
targetSdkVersion androidTargetSdk()