Skip to content

Commit

Permalink
Bump GMS version to 24.06.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Feb 21, 2024
1 parent 99b2f41 commit ef2b38b
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.06.15"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
def vendingVersion = "37.5.24"
def vendingVersionCode = Integer.parseInt(vendingVersion.replaceAll('\\.', ''))
Expand Down

0 comments on commit ef2b38b

Please sign in to comment.