mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Magisk: remove NonFreeAdd AF
This commit is contained in:
parent
88c433ea6a
commit
45b6f36195
1 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
AntiFeatures:
|
||||
- NonFreeAdd
|
||||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-or-later
|
||||
|
|
@ -80,6 +78,8 @@ Builds:
|
|||
- python3.9 ./build.py -rv binary
|
||||
- python3.9 ./build.py -rv app
|
||||
ndk: r21e
|
||||
antifeatures:
|
||||
- NonFreeAdd
|
||||
|
||||
- versionName: '22.1'
|
||||
versionCode: 22100
|
||||
|
|
@ -118,6 +118,8 @@ Builds:
|
|||
- python3.9 ./build.py -rv binary
|
||||
- python3.9 ./build.py -rv app
|
||||
ndk: r21e
|
||||
antifeatures:
|
||||
- NonFreeAdd
|
||||
|
||||
- versionName: '23.0'
|
||||
versionCode: 23000
|
||||
|
|
@ -161,6 +163,8 @@ Builds:
|
|||
- python3.9 ./build.py -rv binary
|
||||
- python3.9 ./build.py -rv app
|
||||
ndk: r21e
|
||||
antifeatures:
|
||||
- NonFreeAdd
|
||||
|
||||
- versionName: '24.1'
|
||||
versionCode: 24100
|
||||
|
|
|
|||
Loading…
Reference in a new issue