mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Revert "Update Blokada 4 to 4.10 and activate auto update"
This reverts commit 1c7aec1312477c2451c84c7138cd88b57457dfd3.
This commit is contained in:
parent
4899684516
commit
3e3a12bf66
1 changed files with 28 additions and 3 deletions
|
|
@ -568,7 +568,32 @@ Builds:
|
|||
- ./build.boringtun.sh
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: None
|
||||
- versionName: 4.10.0
|
||||
versionCode: 410000000
|
||||
commit: 4.10.0
|
||||
subdir: android4/app
|
||||
submodules: true
|
||||
gradle:
|
||||
- Droid
|
||||
srclibs:
|
||||
- rustup@1.22.1
|
||||
rm:
|
||||
- android4/app/src/tun-blocka/jniLibs
|
||||
build:
|
||||
- $$rustup$$/rustup-init.sh -y
|
||||
- source $HOME/.cargo/env
|
||||
- rustup default stable
|
||||
- rustup target add armv7-linux-androideabi
|
||||
- rustup target add aarch64-linux-android
|
||||
- rustup target add i686-linux-android
|
||||
- rustup target add x86_64-linux-android
|
||||
- cargo install cargo-ndk --version 1.0.0
|
||||
- export NDK_STANDALONE=$$NDK$$
|
||||
- cd ./../..
|
||||
- ./build.boringtun.sh
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.9.0
|
||||
CurrentVersionCode: 409000000
|
||||
CurrentVersion: 4.10.0
|
||||
CurrentVersionCode: 410000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue