mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 10:54:36 -06:00
[3.1] Update secret password
This commit is contained in:
parent
cfdde4483f
commit
57a70aa777
@ -67,7 +67,7 @@ public class ServerRequest {
|
||||
}
|
||||
|
||||
private String sign(String signature, long timestamp) {
|
||||
String password = "bmllX21hX3Rha19sYXR3bw=="+ BuildConfig.VERSION_CODE + timestamp;
|
||||
String password = "Y3plZ29fdHVfc3p1a2Fzeg=="+ BuildConfig.VERSION_CODE + timestamp;
|
||||
return Utils.HmacMD5(password, signature);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user