File tree 3 files changed +3
-3
lines changed
src/main/java/org/telegram/messenger
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
#define USE_DEBUG_SESSION false
20
20
#define READ_BUFFER_SIZE 1024 * 1024 * 2
21
- #define DEBUG_VERSION
21
+ // #define DEBUG_VERSION
22
22
#define PFS_ENABLED 1
23
23
#define DEFAULT_DATACENTER_ID INT_MAX
24
24
#define DC_UPDATE_TIME 60 * 60
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class BuildVars {
24
24
public static boolean USE_CLOUD_STRINGS = true ;
25
25
public static boolean CHECK_UPDATES = true ;
26
26
public static boolean NO_SCOPED_STORAGE = Build .VERSION .SDK_INT <= 29 ;
27
- public static int BUILD_VERSION = 3343 ;
27
+ public static int BUILD_VERSION = 3344 ;
28
28
public static String BUILD_VERSION_STRING = "9.6.3" ;
29
29
public static int APP_ID = 4 ;
30
30
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103" ;
Original file line number Diff line number Diff line change 13
13
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
14
14
# org.gradle.parallel=true
15
15
# Sat Mar 12 05:53:50 MSK 2016
16
- APP_VERSION_CODE =3343
16
+ APP_VERSION_CODE =3344
17
17
APP_VERSION_NAME =9.6.3
18
18
APP_PACKAGE =org.telegram.messenger
19
19
RELEASE_KEY_PASSWORD =android
You can’t perform that action at this time.
0 commit comments