mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-29 19:24:54 +00:00
Update to 3.7.4 (1480)
This commit is contained in:
parent
0147b1359d
commit
1cbb6ddd7d
4 changed files with 6 additions and 6 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-v1479.apk
|
||||
name: PTelegramAlpha-v1480.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-v1479.apk
|
||||
name: PTelegramBeta-v1480.apk
|
||||
path: TMessagesProj/build/outputs/apk/afat/debug/app.apk
|
||||
- name: Create cleanup request
|
||||
run: touch delete_request
|
||||
|
|
|
|||
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -13,8 +13,8 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
tag_name: 3.7.3
|
||||
release_name: 3.7.3
|
||||
tag_name: 3.7.4
|
||||
release_name: 3.7.4
|
||||
body: |
|
||||
Bug fixes.
|
||||
draft: false
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
package org.telegram.messenger.partisan;
|
||||
|
||||
public class PartisanVersion {
|
||||
public static final String PARTISAN_VERSION_STRING = "3.7.3";
|
||||
public static int PARTISAN_BUILD_VERSION = 1479;
|
||||
public static final String PARTISAN_VERSION_STRING = "3.7.4";
|
||||
public static int PARTISAN_BUILD_VERSION = 1480;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue