vector -> png

This commit is contained in:
krtkush 2018-11-26 01:18:02 +05:30
parent 26e22f97ee
commit 069654c5f9
25 changed files with 1 additions and 15 deletions

View file

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