Update to 1634

This commit is contained in:
vivabelarus 2025-08-13 11:59:00 +03:00
parent a86cb8cd9f
commit deb40a08d1
No known key found for this signature in database
GPG key ID: 49D91FD306D1018E
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Save artifact
uses: actions/upload-artifact@master
with:
name: PTelegramAlpha-1633.apk
name: PTelegramAlpha-1634.apk
path: TMessagesProj/build/outputs/apk/afat/alpha/app.apk
- name: Create cleanup request
run: touch delete_request

View file

@ -2,5 +2,5 @@ package org.telegram.messenger.partisan;
public class PartisanVersion {
public static final String PARTISAN_VERSION_STRING = "4.2.0";
public static int PARTISAN_BUILD_VERSION = 1633;
public static int PARTISAN_BUILD_VERSION = 1634;
}