Update BuildVars.java
This commit is contained in:
parent
2073ead37e
commit
9c2ac64d14
@ -10,9 +10,10 @@ package org.telegram.messenger;
|
|||||||
|
|
||||||
public class BuildVars {
|
public class BuildVars {
|
||||||
public static boolean DEBUG_VERSION = false;
|
public static boolean DEBUG_VERSION = false;
|
||||||
public static int APP_ID = 0; //obtaion your own APP_ID at https://core.telegram.org/api/obtaining_api_id
|
public static int APP_ID = 0; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
|
||||||
public static String APP_HASH = ""; //obtaion your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
|
public static String APP_HASH = ""; //obtain your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
|
||||||
public static String HOCKEY_APP_HASH = "your-hockeyapp-api-key-here";
|
public static String HOCKEY_APP_HASH = "your-hockeyapp-api-key-here";
|
||||||
public static String GCM_SENDER_ID = "760348033672";
|
public static String GCM_SENDER_ID = "760348033672";
|
||||||
public static String SEND_LOGS_EMAIL = "email@gmail.com";
|
public static String SEND_LOGS_EMAIL = "email@gmail.com";
|
||||||
|
public static String BING_SEARCH_KEY = ""; //obtain your own KEY at https://www.bing.com/dev/en-us/dev-center
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user