Revision 1a7efafd
Added by Leszek Koltunski 10 months ago
build.gradle | ||
---|---|---|
40 | 40 |
} |
41 | 41 |
|
42 | 42 |
dependencies { |
43 |
api project(':distorted-library-object')
|
|
44 |
api project(':distorted-component-flags')
|
|
43 |
api project(':distorted-objectlib')
|
|
44 |
api project(':distorted-flags') |
|
45 | 45 |
|
46 | 46 |
implementation platform('com.google.firebase:firebase-bom:32.1.1') |
47 | 47 |
implementation ('com.google.firebase:firebase-analytics') |
src/main/java/org/distorted/external/RubikNetwork.java | ||
---|---|---|
443 | 443 |
long epoch = System.currentTimeMillis(); |
444 | 444 |
String salt = "cuboid"; |
445 | 445 |
|
446 |
String url1=SERVER+"submit.cgi";
|
|
446 |
String url1 = SERVER+"submit.cgi";
|
|
447 | 447 |
String url2 = "n="+name+"&v="+veri+"&r="+numRuns+"&p="+numPlay+"&i="+deviceID+"&e="+mVersion; |
448 | 448 |
url2 += reclist+"&c="+country+"&f="+epoch; |
449 | 449 |
String hash = computeHash( url2, salt.getBytes() ); |
Also available in: Unified diff
minor