mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 05:06:52 +00:00
Update Blokada v4 (ad blocker) to 4.11.1 (411000001)
This commit is contained in:
parent
f6a4833c7e
commit
5d1a0e77f4
1 changed files with 27 additions and 2 deletions
|
|
@ -593,8 +593,33 @@ Builds:
|
|||
- ./build.boringtun.sh
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 4.11.1
|
||||
versionCode: 411000001
|
||||
commit: 4.11.1
|
||||
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
|
||||
UpdateCheckMode: Tags ^4[\d.]+$
|
||||
UpdateCheckData: android4/app/build.gradle|versionCode\s*(\d+)|.|versionName\s*"([\d.]+)"
|
||||
CurrentVersion: 4.10.0
|
||||
CurrentVersionCode: 410000000
|
||||
CurrentVersion: 4.11.1
|
||||
CurrentVersionCode: 411000001
|
||||
|
|
|
|||
Loading…
Reference in a new issue