Upgraded Play Store API dependency

This commit is contained in:
Sergey Eremin
2017-05-18 21:21:32 +03:00
parent e4e0bb4cb0
commit 7988e5ccb3
2 changed files with 2 additions and 2 deletions

View File

@@ -81,6 +81,6 @@ android {
}
dependencies {
compile 'com.github.yeriomin:play-store-api:0.14'
compile 'com.github.yeriomin:play-store-api:0.15'
compile 'eu.chainfire:libsuperuser:1.0.0.201608240809'
}

View File

@@ -17,7 +17,7 @@ import java.util.jar.JarFile;
public class SpoofDeviceManager {
static private final String DEVICES_LIST_KEY = "DEVICE_LIST_" + Integer.toString(BuildConfig.VERSION_CODE);
static private final String DEVICES_LIST_KEY = "DEVICE_LIST_" + BuildConfig.VERSION_NAME;
static private final String SPOOF_FILE_PREFIX = "device-";
static private final String SPOOF_FILE_SUFFIX = ".properties";