mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-24 03:35:50 +01:00
Bump version code
This commit is contained in:
parent
4663d61007
commit
f10214ef8a
@ -56,7 +56,7 @@ def execResult(...args) {
|
||||
return stdout.toString().trim()
|
||||
}
|
||||
|
||||
def gmsVersion = "20.24.14"
|
||||
def gmsVersion = "20.33.15"
|
||||
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"))
|
||||
|
Loading…
Reference in New Issue
Block a user