diff --git a/app/src/main/java/org/thunderdog/challegram/util/ChangeLogList.java b/app/src/main/java/org/thunderdog/challegram/util/ChangeLogList.java index 53c9b6c7e..c8811a820 100644 --- a/app/src/main/java/org/thunderdog/challegram/util/ChangeLogList.java +++ b/app/src/main/java/org/thunderdog/challegram/util/ChangeLogList.java @@ -149,5 +149,5 @@ public static void collectChangeLogs (int prevVersion, List> f private static final int APP_RELEASE_VERSION_2023_AUGUST = 1646; // Translation, Advanced Text Formatting, Emoji Status, tgcalls, reproducible TDLib & more. 3 August, 2023: https://telegra.ph/Telegram-X-08-02 private static final int APP_RELEASE_VERSION_2023_DECEMBER = 1674; // Custom emoji, select link preview, archive settings, in-app avatar picker, group chat tools, & more. 31st December, 2023 (full roll-out in January 2024): https://telegra.ph/Telegram-X-2023-12-31 private static final int APP_RELEASE_VERSION_2024_MAY = 1717; // Replace media messages, files captions, birthdates, dozens of changes. 10 May, 2024: https://telegra.ph/Telegram-X-05-10 - private static final int APP_RELEASE_VERSION_2024_JUNE = Integer.MAX_VALUE; // Chat folders. 10 June, 2024: https://telegra.ph/Telegram-X-06-08 + private static final int APP_RELEASE_VERSION_2024_JUNE = 1730; // Chat folders. 10 June, 2024: https://telegra.ph/Telegram-X-06-08 }