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

Verified Commit c927f1a8 authored by Marvin W.'s avatar Marvin W. 🐿️
Browse files

Bump version to 16.0.89

parent 5875ab75
Loading
Loading
Loading
Loading
Compare aa18e807 to 851e4434
Original line number Diff line number Diff line
Subproject commit aa18e807a36440f67a16ca70f29e75ba3bc04e0b
Subproject commit 851e44341a83846b1c2fc457f7d419fed29576b5
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright 2013-2015 microG Project Team
 * Copyright 2013-2019 microG Project Team
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -48,7 +48,7 @@ def execResult(...args) {
    return stdout.toString().trim()
}

def gmsVersion = "13.2.80"
def gmsVersion = "16.0.89"
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"))