From 34cbfb48c03dfc69d87c165627c2929d6f25a4c8 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Tue, 24 May 2022 16:12:11 +0000 Subject: [PATCH] chaldea: add 2.0.0 --- metadata/cc.narumi.chaldea.fdroid.yml | 42 +++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 metadata/cc.narumi.chaldea.fdroid.yml diff --git a/metadata/cc.narumi.chaldea.fdroid.yml b/metadata/cc.narumi.chaldea.fdroid.yml new file mode 100644 index 0000000000..1053785687 --- /dev/null +++ b/metadata/cc.narumi.chaldea.fdroid.yml @@ -0,0 +1,42 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Games +License: AGPL-3.0-only +AuthorName: narumi +AuthorEmail: chaldea@narumi.cc +WebSite: https://docs.chaldea.center +SourceCode: https://github.com/chaldea-center/chaldea +IssueTracker: https://github.com/chaldea-center/chaldea/issues +Translation: https://docs.chaldea.center/translation.html#ui-text +Changelog: https://github.com/chaldea-center/chaldea/releases +Donate: https://docs.chaldea.center/donation + +AutoName: chaldea + +RepoType: git +Repo: https://github.com/chaldea-center/chaldea.git + +Builds: + - versionName: 2.0.0 + versionCode: 900 + commit: cb351fd90a6ff59d73827109de8319c42ecc8385 + output: build/app/outputs/flutter-apk/app-fdroid-release.apk + srclibs: + - flutter@3.0.1 + rm: + - ios + - linux + - macos + - test + - web + - windows + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk --flavor fdroid + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 2.0.0 +CurrentVersionCode: 900