Bump GMS version

This commit is contained in:
Kaukov 2021-12-09 01:30:51 +02:00 committed by Marvin W
parent 507c20aaac
commit 64f12230f7
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ def execResult(...args) {
return stdout.toString().trim()
}
def gmsVersion = "21.26.58"
def gmsVersion = "21.45.16"
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"))