Skip to content

Commit

Permalink
Bump GMS version to 23.35.15 (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Sep 19, 2023
1 parent 4f35fd1 commit 2637588
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 @@ -71,7 +71,7 @@ def execResult(...args) {
return stdout.toString()
}

def gmsVersion = "23.30.13"
def gmsVersion = "23.35.15"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
def vendingVersion = "37.5.24"
def vendingVersionCode = Integer.parseInt(vendingVersion.replaceAll('\\.', ''))
Expand Down

0 comments on commit 2637588

Please sign in to comment.