Skip to content

Commit

Permalink
Bump GMS version to 24.02.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Jan 29, 2024
1 parent 8b5be32 commit 337eef9
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.35.15"
def gmsVersion = "24.02.13"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
def vendingVersion = "37.5.24"
def vendingVersionCode = Integer.parseInt(vendingVersion.replaceAll('\\.', ''))
Expand Down

0 comments on commit 337eef9

Please sign in to comment.