update to 2.19.35

This commit is contained in:
vivabelarus 2022-11-22 13:31:48 +03:00
parent f3c169f356
commit 8a4bb6a4cc
No known key found for this signature in database
GPG key ID: D8D8542F5B70C314
4 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Save artifact
uses: actions/upload-artifact@master
with:
name: PTelegram-v2_19_34a.apk
name: PTelegram-v2_19_35a.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: 2.19.34b
release_name: 2.19.34b
tag_name: 2.19.35b
release_name: 2.19.35b
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: 2.19.34
release_name: 2.19.34
tag_name: 2.19.35
release_name: 2.19.35
body: |
Bug fixes.
draft: false

View file

@ -36,7 +36,7 @@ public class BuildVars {
public static String HUAWEI_APP_ID = "101184875";
public static String PARTISAN_VERSION_STRING = "2.19.34";
public static String PARTISAN_VERSION_STRING = "2.19.35";
// 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;