File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
TMessagesProj/src/main/java/org/telegram/messenger Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
public class BuildVars {
12
12
public static boolean DEBUG_VERSION = false ;
13
- public static int APP_ID = 0 ; //obtaion your own APP_ID at https://core.telegram.org/api/obtaining_api_id
14
- public static String APP_HASH = "" ; //obtaion your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
13
+ public static int APP_ID = 0 ; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
14
+ public static String APP_HASH = "" ; //obtain your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
15
15
public static String HOCKEY_APP_HASH = "your-hockeyapp-api-key-here" ;
16
16
public static String GCM_SENDER_ID = "760348033672" ;
17
17
public static String SEND_LOGS_EMAIL = "email@gmail.com" ;
18
+ public static String BING_SEARCH_KEY = "" ; //obtain your own KEY at https://www.bing.com/dev/en-us/dev-center
18
19
}
You can’t perform that action at this time.
0 commit comments