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