mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-29 19:24:54 +00:00
Update to 1530
This commit is contained in:
parent
2a960a77d6
commit
295d37aa78
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-1529.apk
|
||||
name: PTelegramAlpha-1530.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-1529.apk
|
||||
name: PTelegramBeta-1530.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 = 1529;
|
||||
public static int PARTISAN_BUILD_VERSION = 1530;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue