mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-25 23:14:49 +00:00
Update to 1522
This commit is contained in:
parent
35d6dc90be
commit
1be34d8317
3 changed files with 3 additions and 3 deletions
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/beta.yml
vendored
2
.github/workflows/beta.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue