mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-10-06 03:12:24 +00:00
Test code revert.
This commit is contained in:
@@ -225,6 +225,6 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> {
|
||||
|
||||
public static boolean isGithubApk() {
|
||||
|
||||
return true;
|
||||
return getCertificateSHA1Fingerprint().equals(GITHUB_APK_SHA1);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user