We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3a2d6 commit 2d9419aCopy full SHA for 2d9419a
1 file changed
build.gradle
@@ -59,7 +59,7 @@ def execResult(...args) {
59
return stdout.toString().trim()
60
}
61
62
-def gmsVersion = "21.15.15"
+def gmsVersion = "21.21.58"
63
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
64
def gitVersionBase = execResult('git', 'describe', '--tags', '--abbrev=0', '--match=v[0-9]*').substring(1)
65
def gitCommitCount = Integer.parseInt(execResult('git', 'rev-list', '--count', "v$gitVersionBase..HEAD"))
0 commit comments