Update to 1383

This commit is contained in:
vivabelarus 2024-02-04 17:34:45 +03:00
parent 096b5f58cc
commit 4d2d19e72b
No known key found for this signature in database
GPG key ID: 0D2119CE32E33D2C
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -37,7 +37,7 @@ public class BuildVars {
public static String HUAWEI_APP_ID = "101184875";
public static final String PARTISAN_VERSION_STRING = "3.6.0";
public static int PARTISAN_BUILD_VERSION = 1382;
public static int PARTISAN_BUILD_VERSION = 1383;
// 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;