change path and fingerprint for new release update json data

This commit is contained in:
evermind 2021-08-15 13:31:23 +02:00
parent a98aa97932
commit b103ea4828

View file

@ -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.