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;