mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-27 13:43:00 +00:00
Increase reference version number
This commit is contained in:
parent
ba032d7482
commit
607fb4ae5f
1 changed files with 1 additions and 1 deletions
|
@ -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 = 7887000;
|
||||
public static final int MAX_REFERENCE_VERSION = 8115000;
|
||||
public static final String KEY_MOCK_LOCATION = "mockLocation";
|
||||
public static final String DEFAULT_ACCOUNT = "<<default account>>";
|
||||
public static final String GMS_PACKAGE_NAME = "com.google.android.gms";
|
||||
|
|
Loading…
Reference in a new issue