1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-07 10:43:48 +00:00

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;
}
}