From e433c312b5a2f00c37ef4341f43794d9aa747c2c Mon Sep 17 00:00:00 2001 From: DeepDaikon Date: Wed, 27 Nov 2019 23:09:57 +0100 Subject: [PATCH] New app: xyz.deepdaikon.xeonjia --- metadata/xyz.deepdaikon.xeonjia.yml | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 metadata/xyz.deepdaikon.xeonjia.yml diff --git a/metadata/xyz.deepdaikon.xeonjia.yml b/metadata/xyz.deepdaikon.xeonjia.yml new file mode 100644 index 0000000000..ed737359a5 --- /dev/null +++ b/metadata/xyz.deepdaikon.xeonjia.yml @@ -0,0 +1,35 @@ +Categories: + - Games +License: GPL-3.0-or-later +AuthorName: DeepDaikon +AuthorEmail: deepdaikon@tuta.io +WebSite: https://gitlab.com/DeepDaikon/Xeonjia +SourceCode: https://gitlab.com/DeepDaikon/Xeonjia/tree/HEAD +IssueTracker: https://gitlab.com/DeepDaikon/Xeonjia/issues +Changelog: https://gitlab.com/DeepDaikon/Xeonjia/tree/HEAD/CHANGELOG + +AutoName: Xeonjia + +RepoType: git +Repo: https://gitlab.com/DeepDaikon/Xeonjia.git + +Builds: + - versionName: 1.1.0 + versionCode: 3 + commit: v1.1.0 + output: build/app/outputs/apk/release/app-release.apk + srclibs: + - flutter@v1.12.13+hotfix.8 + rm: + - ios + prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all + { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter pub get + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.1.0 +CurrentVersionCode: 3