mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue