From 4ebe831e90453ab5f02ebe12a46536e71c919d8c Mon Sep 17 00:00:00 2001 From: Andreas W Date: Tue, 24 Jan 2023 04:33:37 +0000 Subject: [PATCH] Remove NonFreeNet Anti-Feature for Destiny as configuration is now editable --- metadata/com.leastauthority.destiny.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/metadata/com.leastauthority.destiny.yml b/metadata/com.leastauthority.destiny.yml index 004264c3cb..f600af885b 100644 --- a/metadata/com.leastauthority.destiny.yml +++ b/metadata/com.leastauthority.destiny.yml @@ -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