Skip to content

Commit b0983d5

Browse files
committed
[TF] update APP_ID and APP_HASH
1 parent f7774c9 commit b0983d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ public class BuildVars {
2424
public static boolean NO_SCOPED_STORAGE = Build.VERSION.SDK_INT <= 29;
2525
public static String BUILD_VERSION_STRING = BuildConfig.BUILD_VERSION_STRING;
2626

27-
public static int APP_ID = 4;
28-
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";
27+
public static int APP_ID = 105810;
28+
public static String APP_HASH = "3e7a52498eec003c5896a330e5d29397";
2929

3030
// SafetyNet key for Google Identity SDK, set it to empty to disable
3131
public static String SAFETYNET_KEY = "AIzaSyDqt8P-7F7CPCseMkOiVRgb1LY8RN1bvH8";

0 commit comments

Comments
 (0)