mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Blokada 4 to 4.9.0
This commit is contained in:
parent
a8936ac296
commit
1bbbee69ee
1 changed files with 27 additions and 38 deletions
|
|
@ -11,42 +11,6 @@ Donate: https://go.blokada.org/donate
|
|||
Bitcoin: 16rJ49uNKCohVhHvWNganP6Y48Ba9BTyKd
|
||||
|
||||
Name: Blokada v4 (ad blocker)
|
||||
Description: |-
|
||||
Block ads without killing the battery
|
||||
|
||||
Try the new version of Blokada to experience even higher level of stability,
|
||||
speed and battery efficiency of one of the best ad blockers out there!
|
||||
|
||||
Ad blocker you can trust
|
||||
|
||||
You should be careful when using any apps that filter your traffic, since they
|
||||
can steal your sensitive information. Blokada is open source, which means anyone
|
||||
can see its source code to be certain that its safe to use. Put your trust in a
|
||||
thriving community that believes ad-free world is better!
|
||||
|
||||
You are in control
|
||||
|
||||
While Blokada can be used without spending a second on configuration, you can
|
||||
still adjust it to your needs. You decide what should and should not be blocked,
|
||||
and the filters you add will be automatically kept up to date.
|
||||
|
||||
Protect your privacy
|
||||
|
||||
Just turn on Blokada and it'll show you how the big corporations are tracking
|
||||
your every move. You'll be shocked! Blokada prevents tracking requests to be
|
||||
sent and keeps you anonymous.
|
||||
|
||||
Keep your device safe and fast
|
||||
|
||||
Blokada saves your data plan and makes your device faster by preventing it from
|
||||
downloading and displaying unnecessary content. It works across all of your
|
||||
apps, not only the browser. It doesn't require root or complicated setup,
|
||||
supports both WiFi and mobile networks, and is totally free. Just give it a try!
|
||||
|
||||
Blokada is made by you
|
||||
|
||||
Your involvement is extremely important for Blokada to stay independent and
|
||||
free! See how you can help at [http://blokada.org/#you]
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/blokadaorg/blokada.git
|
||||
|
|
@ -579,7 +543,32 @@ Builds:
|
|||
- ./build.sh
|
||||
ndk: r20b
|
||||
|
||||
- versionName: 4.9.0
|
||||
versionCode: 409000000
|
||||
commit: 4.9.0
|
||||
subdir: android4/app
|
||||
submodules: yes
|
||||
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
|
||||
- export NDK_STANDALONE=$$NDK$$
|
||||
- cd ./../..
|
||||
- ./build.boringtun.sh
|
||||
ndk: r21d
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 4.8.6
|
||||
CurrentVersionCode: 408000006
|
||||
CurrentVersion: 4.9.0
|
||||
CurrentVersionCode: 409000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue