From 0c92c5f90899cab546a7adce82a8ca5e6db24a72 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Tue, 21 Dec 2021 05:16:11 +0000 Subject: [PATCH] Update Xeonjia to 2.2.0 (11) --- 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 8e073e735c..5c3df4fa06 100644 --- a/metadata/xyz.deepdaikon.xeonjia.yml +++ b/metadata/xyz.deepdaikon.xeonjia.yml @@ -137,7 +137,22 @@ Builds: - $$flutter$$/bin/flutter pub get - $$flutter$$/bin/flutter build apk + - versionName: 2.2.0 + versionCode: 11 + commit: 8561a740f2e9322cc501d67e852fa2303f5f367b + output: build/app/outputs/apk/release/app-release.apk + srclibs: + - flutter@2.2.1 + 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: 2.1.2 -CurrentVersionCode: 10 +CurrentVersion: 2.2.0 +CurrentVersionCode: 11