mirror of
https://github.com/YTVanced/VancedMicroG
synced 2025-01-03 06:01:04 +00:00
Bump version to 16.0.89
This commit is contained in:
parent
5875ab752b
commit
c927f1a86a
2 changed files with 3 additions and 3 deletions
2
extern/GmsApi
vendored
2
extern/GmsApi
vendored
|
@ -1 +1 @@
|
|||
Subproject commit aa18e807a36440f67a16ca70f29e75ba3bc04e0b
|
||||
Subproject commit 851e44341a83846b1c2fc457f7d419fed29576b5
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* 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"))
|
||||
|
|
Loading…
Reference in a new issue