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

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

Version bump, use new build tools

parent 0e994f38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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()
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -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";