mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Need a different device/sdk for the market check, that one doesn't work any more
This commit is contained in:
parent
02d34f96ba
commit
b7c79f4436
@ -44,7 +44,9 @@ class test {
|
||||
System.out.println("Apps to check: " + apps.size());
|
||||
|
||||
MarketSession session = new MarketSession();
|
||||
|
||||
session.getContext().setAndroidId("87548757565689");
|
||||
session.getContext().setDeviceAndSdkVersion("crespo:8");
|
||||
System.out.println("Login...");
|
||||
session.login(login,password);
|
||||
System.out.println("Login done");
|
||||
|
Loading…
Reference in New Issue
Block a user