From 1be34d8317fc5c81af3e1a08e1a584b68bd4efef Mon Sep 17 00:00:00 2001 From: vivabelarus <74508922+vivabelarus@users.noreply.github.com> Date: Thu, 2 Jan 2025 23:58:49 +0300 Subject: [PATCH] Update to 1522 --- .github/workflows/alpha.yml | 2 +- .github/workflows/beta.yml | 2 +- .../java/org/telegram/messenger/partisan/PartisanVersion.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 66b22b0f4..73ba55143 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: PTelegramAlpha-1521.apk + name: PTelegramAlpha-1522.apk path: TMessagesProj/build/outputs/apk/afat/alpha/app.apk - name: Create cleanup request run: touch delete_request diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index e0ebee07b..79b4ec872 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -18,7 +18,7 @@ jobs: - name: Save artifact uses: actions/upload-artifact@master with: - name: PTelegramBeta-v1521.apk + name: PTelegramBeta-v1522.apk path: TMessagesProj/build/outputs/apk/afat/debug/app.apk - name: Create cleanup request run: touch delete_request diff --git a/TMessagesProj/src/main/java/org/telegram/messenger/partisan/PartisanVersion.java b/TMessagesProj/src/main/java/org/telegram/messenger/partisan/PartisanVersion.java index 0071d0e8e..09b06e144 100644 --- a/TMessagesProj/src/main/java/org/telegram/messenger/partisan/PartisanVersion.java +++ b/TMessagesProj/src/main/java/org/telegram/messenger/partisan/PartisanVersion.java @@ -2,5 +2,5 @@ package org.telegram.messenger.partisan; public class PartisanVersion { public static final String PARTISAN_VERSION_STRING = "4.0.0"; - public static int PARTISAN_BUILD_VERSION = 1521; + public static int PARTISAN_BUILD_VERSION = 1522; }