1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-07-04 02:53:31 +00:00

Test code revert.

This commit is contained in:
krtkush 2018-11-26 01:18:33 +05:30
parent 069654c5f9
commit c864b15c34

View File

@ -225,6 +225,6 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> {
public static boolean isGithubApk() {
return true;
return getCertificateSHA1Fingerprint().equals(GITHUB_APK_SHA1);
}
}