Update Blokada to 4.3.11
This commit is contained in:
parent
40dc4559b6
commit
dc49f22d3d
|
@ -293,7 +293,33 @@ Builds:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
ndk: r18b
|
ndk: r18b
|
||||||
|
|
||||||
|
- versionName: 4.3.11
|
||||||
|
versionCode: 403000011
|
||||||
|
commit: 4.3.11
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- Community
|
||||||
|
srclibs:
|
||||||
|
- rustup@1.18.3
|
||||||
|
rm:
|
||||||
|
- app/src/tun-blocka/jniLibs
|
||||||
|
prebuild: sed -i -e '/set -e/a\source $HOME/.cargo.env' ../boringtun/build.sh
|
||||||
|
build:
|
||||||
|
- $$rustup$$/rustup-init.sh -y
|
||||||
|
- source $HOME/.cargo/env
|
||||||
|
- rustup default 1.36.0
|
||||||
|
- 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
|
||||||
|
- export NDK_STANDALONE=$$NDK$$
|
||||||
|
- sed -i -e "s|/Users/kar/Library/Android/sdk/ndk-bundle|$$NDK$$|" ../boringtun/.cargo/config
|
||||||
|
- sed -i -e "s|darwin|linux|" ../boringtun/.cargo/config
|
||||||
|
- cd ../boringtun/
|
||||||
|
- ./build.sh
|
||||||
|
ndk: r20
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 4.3.3
|
CurrentVersion: 4.3.11
|
||||||
CurrentVersionCode: 403000003
|
CurrentVersionCode: 403000011
|
||||||
|
|
Loading…
Reference in a new issue