Bump version code

This commit is contained in:
Marvin W 2019-07-02 22:55:27 +02:00
parent e7e30f6cd4
commit f2de773bee
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 bfe649fc36a40e2498f1ecf123edfb9278fe0a1d
Subproject commit 51509859ae51097ad5789ba4ca2e9ffb9658f80e

View File

@ -65,7 +65,7 @@ def execResult(...args) {
return stdout.toString().trim()
}
def gmsVersion = "17.4.55"
def gmsVersion = "17.7.85"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
def gitVersionBase = execResult('git', 'describe', '--tags', '--abbrev=0', '--match=v[0-9]*').substring(1)
def gitCommitCount = Integer.parseInt(execResult('git', 'rev-list', '--count', "v$gitVersionBase..HEAD"))