mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-01 22:08:22 +03:00
change path and fingerprint for new release update json data
This commit is contained in:
parent
a98aa97932
commit
b103ea4828
1 changed files with 3 additions and 2 deletions
|
@ -47,8 +47,9 @@ public final class CheckForNewAppVersion {
|
|||
private static final String TAG = CheckForNewAppVersion.class.getSimpleName();
|
||||
|
||||
private static final String GITHUB_APK_SHA1
|
||||
= "B0:2E:90:7C:1C:D6:FC:57:C3:35:F0:88:D0:8F:50:5F:94:E4:D2:15";
|
||||
private static final String NEWPIPE_API_URL = "https://newpipe.net/api/data.json";
|
||||
= "C3:96:13:CD:13:92:3F:37:EE:B6:9F:7A:0D:EA:7C:70:E0:7A:73:D8";
|
||||
private static final String NEWPIPE_API_URL
|
||||
= "https://raw.githubusercontent.com/bravenewpipe/bnp-r-mgr/master/api/data.json";
|
||||
|
||||
/**
|
||||
* Method to get the APK's SHA1 key. See https://stackoverflow.com/questions/9293019/#22506133.
|
||||
|
|
Loading…
Add table
Reference in a new issue