From 106dade29f4b28dfa46feab8284ee9b1abbc7f23 Mon Sep 17 00:00:00 2001 From: fossdd Date: Tue, 23 Feb 2021 17:20:10 +0000 Subject: [PATCH] new app: com.github.linwoodcloud.dev_doctor --- .../com.github.linwoodcloud.dev_doctor.yml | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/com.github.linwoodcloud.dev_doctor.yml diff --git a/metadata/com.github.linwoodcloud.dev_doctor.yml b/metadata/com.github.linwoodcloud.dev_doctor.yml new file mode 100644 index 0000000000..d723557087 --- /dev/null +++ b/metadata/com.github.linwoodcloud.dev_doctor.yml @@ -0,0 +1,34 @@ +AntiFeatures: + - NonFreeNet +Categories: + - Science & Education +License: GPL-3.0-only +AuthorName: Linwood +SourceCode: https://github.com/LinwoodCloud/dev_doctor +IssueTracker: https://github.com/LinwoodCloud/dev_doctor/issues +Changelog: https://github.com/LinwoodCloud/dev_doctor/releases + +AutoName: Dev-Doctor + +RepoType: git +Repo: https://github.com/LinwoodCloud/dev_doctor.git + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: 1.0.0 + output: build/app/outputs/apk/release/app-release-unsigned.apk + srclibs: + - flutter@1.26.0-17.5.pre + rm: + - ios + - web + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.0.0 +CurrentVersionCode: 1