mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-27 08:44:44 +00:00
Update to 1385
This commit is contained in:
parent
0e9f5b26e3
commit
8caa498a42
2 changed files with 2 additions and 2 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: PTelegram-v1384.apk
|
||||
name: PTelegram-v1385.apk
|
||||
path: TMessagesProj/build/outputs/apk/afat/alpha/app.apk
|
||||
- name: Create cleanup request
|
||||
run: touch delete_request
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ public class BuildVars {
|
|||
public static String HUAWEI_APP_ID = "101184875";
|
||||
|
||||
public static final String PARTISAN_VERSION_STRING = "3.5.6";
|
||||
public static int PARTISAN_BUILD_VERSION = 1384;
|
||||
public static int PARTISAN_BUILD_VERSION = 1385;
|
||||
|
||||
// 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue