Update version code

This commit is contained in:
Marvin W 2016-08-14 10:26:04 +02:00
parent 252718585f
commit 289a346315
No known key found for this signature in database
GPG Key ID: 072E9235DB996F2A
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.microg.gms.common.api">
package="org.microg.gms.basement">
<uses-sdk android:minSdkVersion="9" />

View File

@ -21,7 +21,7 @@ public class Constants {
* This is the highest version that was looked at during development.
* Does not necessarily mean anything.
*/
public static final int MAX_REFERENCE_VERSION = 9256000;
public static final int MAX_REFERENCE_VERSION = 9452000;
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";