From a27591a1ad3a2e4087e32c9dd9cdd17966ff87f9 Mon Sep 17 00:00:00 2001 From: Izzy Date: Wed, 20 Jan 2021 16:15:24 +0000 Subject: [PATCH] new app: LightPlan --- metadata/com.lightplanx.xddk.yml | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 metadata/com.lightplanx.xddk.yml diff --git a/metadata/com.lightplanx.xddk.yml b/metadata/com.lightplanx.xddk.yml new file mode 100644 index 0000000000..17c87af094 --- /dev/null +++ b/metadata/com.lightplanx.xddk.yml @@ -0,0 +1,37 @@ +Categories: + - Time +License: GPL-3.0-only +AuthorName: XDDK +AuthorEmail: me@tudorniculae.com +AuthorWebSite: https://tudorniculae.com/ +SourceCode: https://github.com/XDDK/LightPlan +IssueTracker: https://github.com/XDDK/LightPlan/issues +Changelog: https://github.com/XDDK/LightPlan/releases + +AutoName: LightPlan - Reminder & Planner + +RepoType: git +Repo: https://github.com/XDDK/LightPlan + +Builds: + - versionName: 2.0.0 + versionCode: 2 + commit: v2.0.0 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@1.26.0-1.0.pre + rm: + - ios + - .vs + - .vscode + prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version v%v +UpdateCheckMode: HTTP +UpdateCheckData: https://raw.githubusercontent.com/XDDK/LightPlan/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 2.0.0 +CurrentVersionCode: 2