mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-03-14 03:41:38 +01:00
add telegram.org/android URL to BuildVars
This commit is contained in:
parent
368822d20f
commit
02edaec2c6
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue