Increase reference version number

This commit is contained in:
mar-v-in 2015-10-01 21:27:54 +02:00
parent ba032d7482
commit 607fb4ae5f
1 changed files with 1 additions and 1 deletions

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 = 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";