mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 14:35:03 +01:00
Update BuildVars.java
This commit is contained in:
parent
2073ead37e
commit
9c2ac64d14
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue