Skip to content

Commit 0b83be7

Browse files
committed
Update to 6.0.1 (1911)
1 parent ce5e817 commit 0b83be7

File tree

4 files changed

+233
-115
lines changed

4 files changed

+233
-115
lines changed

TMessagesProj/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ android {
285285
}
286286
}
287287

288-
defaultConfig.versionCode = 1910
288+
defaultConfig.versionCode = 1911
289289

290290
def tgVoipDexFileName = "libtgvoip.dex"
291291
def tgVoipDexClasses = ["AudioRecordJNI", "AudioTrackJNI", "NativeTgVoipDelegate", "NativeTgVoipInstance", "TgVoipNativeLoader", "Resampler", "VLog"]

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class BuildVars {
1919
public static boolean USE_CLOUD_STRINGS = true;
2020
public static boolean CHECK_UPDATES = true;
2121
public static boolean TON_WALLET_STANDALONE = false;
22-
public static int BUILD_VERSION = 1910;
22+
public static int BUILD_VERSION = 1911;
2323
public static String BUILD_VERSION_STRING = "6.0.0";
2424
public static int APP_ID = 4;
2525
public static String APP_HASH = "014b35b6184100b085b0d0572f9b5103";

0 commit comments

Comments
 (0)