Bump version

This commit is contained in:
Marvin W 2022-01-24 19:53:07 +01:00
parent 7969aa817b
commit 4a5c98491b
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
1 changed files with 1 additions and 1 deletions

View File

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