mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 21:04:50 +00:00
Fix ArchivePolicy for splitted apps
This commit is contained in:
parent
a66b9f7fb0
commit
20db8e9fce
4 changed files with 4 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ Builds:
|
||||||
- noSplits
|
- noSplits
|
||||||
- ABI_FILTERS=arm64-v8a
|
- ABI_FILTERS=arm64-v8a
|
||||||
|
|
||||||
|
ArchivePolicy: 12 versions
|
||||||
AutoUpdateMode: Version +-(F-Droid) %v
|
AutoUpdateMode: Version +-(F-Droid) %v
|
||||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
|
||||||
|
|
@ -875,6 +875,7 @@ MaintainerNotes: Offers both SFW and NSFW addons, but clearly marks NSFW addons
|
||||||
18+. So we don't need to mark it NSFW because the app already does that for such
|
18+. So we don't need to mark it NSFW because the app already does that for such
|
||||||
content itself.
|
content itself.
|
||||||
|
|
||||||
|
ArchivePolicy: 12 versions
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
|
||||||
|
|
@ -462,6 +462,7 @@ Builds:
|
||||||
- ./run fdroid prebuild
|
- ./run fdroid prebuild
|
||||||
ndk: r25
|
ndk: r25
|
||||||
|
|
||||||
|
ArchivePolicy: 12 versions
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,7 @@ Builds:
|
||||||
- noSplits
|
- noSplits
|
||||||
- abiFilters=x86_64
|
- abiFilters=x86_64
|
||||||
|
|
||||||
|
ArchivePolicy: 12 versions
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||||
VercodeOperation:
|
VercodeOperation:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue