Skip to content

Commit

Permalink
Make UUID random
Browse files Browse the repository at this point in the history
  • Loading branch information
Sematre committed Nov 5, 2019
1 parent 0c46173 commit b3918ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/sematre/dsbmobile/DSBMobile.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public DSBMobile(String username, String password) {
args.put("Language", "de");

args.put("Device", "Nexus 4");
args.put("AppId", "414c8312-bbac-4274-b5f4-8bbcfb613580");
args.put("AppId", UUID.randomUUID().toString());
args.put("AppVersion", "2.5.9");
args.put("OsVersion", "27 8.1.0");

Expand Down

0 comments on commit b3918ba

Please sign in to comment.