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

Commit 3201cf33 authored by ale5000's avatar ale5000 Committed by Marvin W.
Browse files

Bump GMS version to 22.33.15

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

def gmsVersion = "21.48.16"
def gmsVersion = "22.33.15"
def gmsVersionCode = Integer.parseInt(gmsVersion.replaceAll('\\.', ''))
def gitVersionBase = execResult('git', 'describe', '--tags', '--abbrev=0', '--match=v[0-9]*').substring(1)
def gitCommitCount = Integer.parseInt(execResult('git', 'rev-list', '--count', "v$gitVersionBase..HEAD"))