From 295d37aa784cc2fdafbdddbf6185c341d544d0ca Mon Sep 17 00:00:00 2001 From: vivabelarus <74508922+vivabelarus@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:05:15 +0300 Subject: [PATCH] Update to 1530 --- .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 55719e0fd..51da37868 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-1529.apk + name: PTelegramAlpha-1530.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 f53b9e984..8370bb5f0 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-1529.apk + name: PTelegramBeta-1530.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 0286b41da..6fe57cdbd 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 = 1529; + public static int PARTISAN_BUILD_VERSION = 1530; }