mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-19 21:19:16 -04:00
Upgraded Play Store API dependency
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user