Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Bump GMS version to 23.07.55
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 committed Mar 6, 2023
1 parent a83ef6c commit 6e6be75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ buildscript {
}


def gmsVersion = "22.50.14"
def gmsVersion = "23.07.55"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))

def ourVersionBase = "0.2.26"
def ourVersionMinor = 52
def ourVersionBase = "0.2.27"
def ourVersionMinor = 73

def ourVersionCode = gmsVersionCode * 1000 + ourVersionMinor
def ourVersionName = "$ourVersionBase.$gmsVersionCode"
Expand Down

0 comments on commit 6e6be75

Please sign in to comment.