Remove NonFreeNet Anti-Feature for Destiny as configuration is now editable

This commit is contained in:
Andreas W 2023-01-24 04:33:37 +00:00 committed by linsui
parent 92a1af0749
commit 4ebe831e90

View file

@ -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