Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit f10dd758 authored by ale5000's avatar ale5000 Committed by GitHub
Browse files

Bump GMS version to 23.30.13 (#1999)

parent 9f647d29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ def execResult(...args) {
    return stdout.toString()
}

def gmsVersion = "23.16.57"
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())