From 8caa498a4281b45ce3eb5b2a67f9b1876cdce52b Mon Sep 17 00:00:00 2001 From: vivabelarus <74508922+vivabelarus@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:04:29 +0300 Subject: [PATCH] Update to 1385 --- .github/workflows/alpha.yml | 2 +- .../src/main/java/org/telegram/messenger/BuildVars.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 050ee5b2d..af4f41c8e 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -18,7 +18,7 @@ jobs: - name: Save artifact uses: actions/upload-artifact@master with: - name: PTelegram-v1384.apk + name: PTelegram-v1385.apk path: TMessagesProj/build/outputs/apk/afat/alpha/app.apk - name: Create cleanup request run: touch delete_request diff --git a/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java b/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java index 5d9a6fcee..0bf79dc96 100644 --- a/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java +++ b/TMessagesProj/src/main/java/org/telegram/messenger/BuildVars.java @@ -37,7 +37,7 @@ public class BuildVars { public static String HUAWEI_APP_ID = "101184875"; public static final String PARTISAN_VERSION_STRING = "3.5.6"; - public static int PARTISAN_BUILD_VERSION = 1384; + public static int PARTISAN_BUILD_VERSION = 1385; // You can use this flag to disable Google Play Billing (If you're making fork and want it to be in Google Play) public static boolean IS_BILLING_UNAVAILABLE = false;