Test code revert.
This commit is contained in:
parent
069654c5f9
commit
c864b15c34
|
@ -225,6 +225,6 @@ public class CheckForNewAppVersionTask extends AsyncTask<Void, Void, String> {
|
|||
|
||||
public static boolean isGithubApk() {
|
||||
|
||||
return true;
|
||||
return getCertificateSHA1Fingerprint().equals(GITHUB_APK_SHA1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue