From dfcbdde753461af3e1bbb78b47a9da6fdce4f249 Mon Sep 17 00:00:00 2001 From: FestplattenSchnitzel Date: Sun, 22 Aug 2021 11:04:01 +0000 Subject: [PATCH] com.spicychair.weather --- metadata/com.spicychair.weather.yml | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/com.spicychair.weather.yml diff --git a/metadata/com.spicychair.weather.yml b/metadata/com.spicychair.weather.yml new file mode 100644 index 0000000000..3a557bbd50 --- /dev/null +++ b/metadata/com.spicychair.weather.yml @@ -0,0 +1,33 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Internet +License: GPL-3.0-only +AuthorName: SpicyChair +SourceCode: https://github.com/SpicyChair/pluvia_weather_flutter +IssueTracker: https://github.com/SpicyChair/pluvia_weather_flutter/issues +Changelog: https://github.com/SpicyChair/pluvia_weather_flutter/releases + +AutoName: Pluvia + +RepoType: git +Repo: https://github.com/SpicyChair/pluvia_weather_flutter + +Builds: + - versionName: 1.4.3 + versionCode: 24 + commit: v1.4.3-fix1 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@2.2.3 + rm: + - ios + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.4.3 +CurrentVersionCode: 24