mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2025-01-05 18:15:08 +01:00
bump version
This commit is contained in:
parent
98ca75f8fc
commit
0ca654453f
12
.github/workflows/android.yml
vendored
12
.github/workflows/android.yml
vendored
@ -21,18 +21,6 @@ jobs:
|
||||
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradle-
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.gradle/wrapper/
|
||||
key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-gradlewrapper-
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.android/build-cache
|
||||
key: ${{ runner.os }}-build-cache-${{ hashFiles('**/*.gradle') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-build-cache-
|
||||
- name: Build
|
||||
env:
|
||||
KEYSTORE_PASS: ${{ secrets.KEYSTORE_PASS }}
|
||||
|
@ -299,7 +299,7 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
defaultConfig.versionCode = 10 * 1873
|
||||
defaultConfig.versionCode = 10 * 1874
|
||||
|
||||
applicationVariants.all { variant ->
|
||||
variant.outputs.all { output ->
|
||||
|
@ -19,7 +19,7 @@ public class BuildVars {
|
||||
public static boolean USE_CLOUD_STRINGS = true;
|
||||
public static boolean CHECK_UPDATES = true;
|
||||
public static boolean TON_WALLET_STANDALONE = false;
|
||||
public static int BUILD_VERSION = 1873;
|
||||
public static int BUILD_VERSION = 1874;
|
||||
public static String BUILD_VERSION_STRING = "5.15.0.3";
|
||||
public static int APP_ID = 336779; //obtain your own APP_ID at https://core.telegram.org/api/obtaining_api_id
|
||||
public static String APP_HASH = "b91eefacc86747c068c8d8a16b41500d"; //obtain your own APP_HASH at https://core.telegram.org/api/obtaining_api_id
|
||||
|
Loading…
Reference in New Issue
Block a user