mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 21:34:53 +00:00
Remove NonFreeNet Anti-Feature for Destiny as configuration is now editable
This commit is contained in:
parent
92a1af0749
commit
4ebe831e90
1 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: MIT
|
||||
|
|
@ -40,6 +38,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
lib/main_la.dart --dart-define version="v$$VERSION$$" --build-name "$$VERSION$$"
|
||||
antifeatures:
|
||||
- NonFreeNet
|
||||
|
||||
- versionName: 1.0.2
|
||||
versionCode: 302
|
||||
|
|
@ -66,6 +66,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
lib/main_la.dart --dart-define version="v$$VERSION$$" --build-name "$$VERSION$$"
|
||||
antifeatures:
|
||||
- NonFreeNet
|
||||
|
||||
- versionName: 1.0.2
|
||||
versionCode: 304
|
||||
|
|
@ -92,6 +94,8 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
lib/main_la.dart --dart-define version="v$$VERSION$$" --build-name "$$VERSION$$"
|
||||
antifeatures:
|
||||
- NonFreeNet
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 311
|
||||
|
|
|
|||
Loading…
Reference in a new issue