Skip to content

Commit

Permalink
Bump GMS version to 23.30.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Aug 13, 2023
1 parent 7d8ff45 commit 4cbd55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def execResult(...args) {
return stdout.toString()
}

def gmsVersion = "23.26.17"
def gmsVersion = "23.30.13"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
def gitVersionBase = execResult('git', 'describe', '--tags', '--abbrev=0', '--match=v[0-9]*').trim().substring(1)
def gitCommitCount = Integer.parseInt(execResult('git', 'rev-list', '--count', "v$gitVersionBase..HEAD").trim())
Expand Down

0 comments on commit 4cbd55b

Please sign in to comment.