mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-14 15:05:06 +00:00
Bump version to 20.57.13
This commit is contained in:
parent
6c1ece34e9
commit
dff22fdb7c
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ def execResult(...args) {
|
|||
return stdout.toString().trim()
|
||||
}
|
||||
|
||||
def gmsVersion = "20.42.15"
|
||||
def gmsVersion = "20.47.13"
|
||||
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"))
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
package org.microg.gms.common;
|
||||
|
||||
public class Constants {
|
||||
public static final int MAX_REFERENCE_VERSION = 204215 * 1000;
|
||||
public static final int MAX_REFERENCE_VERSION = 204713 * 1000;
|
||||
public static final String GMS_PACKAGE_NAME = "com.google.android.gms";
|
||||
public static final String GSF_PACKAGE_NAME = "com.google.android.gsf";
|
||||
public static final String GMS_PACKAGE_SIGNATURE_SHA1 = "38918a453d07199354f8b19af05ec6562ced5788";
|
||||
|
|
Loading…
Reference in a new issue