From 1a684bfbdf70545f9ee91d3e35cdca295a3d7085 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 28 Nov 2020 04:53:24 +0000 Subject: [PATCH] Update Xeonjia to 2.0.0 (6) --- metadata/xyz.deepdaikon.xeonjia.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/xyz.deepdaikon.xeonjia.yml b/metadata/xyz.deepdaikon.xeonjia.yml index cd98dc62b7..fae18ea6fe 100644 --- a/metadata/xyz.deepdaikon.xeonjia.yml +++ b/metadata/xyz.deepdaikon.xeonjia.yml @@ -59,7 +59,22 @@ Builds: - $$flutter$$/bin/flutter pub get - $$flutter$$/bin/flutter build apk + - versionName: 2.0.0 + versionCode: 6 + commit: v2.0.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.2.0 -CurrentVersionCode: 5 +CurrentVersion: 2.0.0 +CurrentVersionCode: 6