add telegram.org/android URL to BuildVars

This commit is contained in:
Younes-L 2021-09-11 10:55:33 +01:00 committed by GitHub
parent 368822d20f
commit 02edaec2c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,6 +28,7 @@ public class BuildVars {
//
public static String SMS_HASH = isStandaloneApp() ? "w0lkcmTZkKh" : (DEBUG_VERSION ? "O2P2z+/jBpJ" : "oLeq9AcOZkT");
public static String PLAYSTORE_APP_URL = "https://play.google.com/store/apps/details?id=org.telegram.messenger";
public static String DIRECT_APP_URL = "https://telegram.org/android";
static {
if (ApplicationLoader.applicationContext != null) {