Version bump, use new build tools

This commit is contained in:
Marvin W 2018-03-31 22:12:17 -06:00
parent 0e994f3805
commit db0be6ba01
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}
@ -39,5 +39,6 @@ def androidMinSdk() { return 9 }
subprojects {
repositories {
jcenter()
google()
}
}

View File

@ -17,7 +17,7 @@
package org.microg.gms.common;
public class Constants {
public static final int MAX_REFERENCE_VERSION = 11951000;
public static final int MAX_REFERENCE_VERSION = 12221000;
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";