mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update Blokada 5 (ad blocker and privacy app) to 5.20.2 (520000002)
This commit is contained in:
parent
c615e83f92
commit
4557cd62cd
1 changed files with 30 additions and 2 deletions
|
|
@ -425,7 +425,35 @@ Builds:
|
|||
- ./build.blocka.sh
|
||||
ndk: r24
|
||||
|
||||
- versionName: 5.20.2
|
||||
versionCode: 520000002
|
||||
commit: 67ab20824d120dc912406c8bb427c1c5db1e26b6
|
||||
subdir: android5/app
|
||||
submodules: true
|
||||
gradle:
|
||||
- droid
|
||||
srclibs:
|
||||
- rustup@1.23.1
|
||||
rm:
|
||||
- android5/app/src/engine/jniLibs
|
||||
prebuild:
|
||||
- unzip -P default_blocklist src/main/assets/default_blocklist.zip default_blocklist
|
||||
-d src/main/assets
|
||||
- rm src/main/assets/default_blocklist.zip
|
||||
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
|
||||
- cargo install cargo-ndk --version 1.0.0
|
||||
- export ANDROID_NDK=$$NDK$$
|
||||
- cd ../..
|
||||
- ./build.boringtun.sh
|
||||
- ./build.blocka.sh
|
||||
ndk: r24
|
||||
|
||||
AutoUpdateMode: Version android-v%v
|
||||
UpdateCheckMode: Tags ^android-v[0-9.]+$
|
||||
CurrentVersion: 5.20.1
|
||||
CurrentVersionCode: 520000001
|
||||
CurrentVersion: 5.20.2
|
||||
CurrentVersionCode: 520000002
|
||||
|
|
|
|||
Loading…
Reference in a new issue