Update to 3.5.5 (1369)

This commit is contained in:
vivabelarus 2024-01-06 18:45:53 +03:00
parent 945055c54d
commit e16f2ff9fc
No known key found for this signature in database
GPG key ID: 0D2119CE32E33D2C
4 changed files with 7 additions and 7 deletions

View file

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

View file

@ -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.5.4b
release_name: 3.5.4b
tag_name: 3.5.5b
release_name: 3.5.5b
body: |
Bug fixes.
draft: false

View file

@ -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.5.4
release_name: 3.5.4
tag_name: 3.5.5
release_name: 3.5.5
body: |
Bug fixes.
draft: false

View file

@ -36,8 +36,8 @@ public class BuildVars {
public static String HUAWEI_APP_ID = "101184875";
public static final String PARTISAN_VERSION_STRING = "3.5.4";
public static int PARTISAN_BUILD_VERSION = 1368;
public static final String PARTISAN_VERSION_STRING = "3.5.5";
public static int PARTISAN_BUILD_VERSION = 1369;
// You can use this flag to disable Google Play Billing (If you're making fork and want it to be in Google Play)
public static boolean IS_BILLING_UNAVAILABLE = false;