From faef36ad8d73777df01c44c10d31fd74d4342479 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Mon, 27 Dec 2021 04:06:07 +0000 Subject: [PATCH] Update Githo to 1.2.2 (7) --- metadata/com.florianthaler.githo.yml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/metadata/com.florianthaler.githo.yml b/metadata/com.florianthaler.githo.yml index 438ea3023d..48f00fa290 100644 --- a/metadata/com.florianthaler.githo.yml +++ b/metadata/com.florianthaler.githo.yml @@ -91,8 +91,24 @@ Builds: - $$flutter$$/bin/flutter packages pub get - $$flutter$$/bin/flutter build apk + - versionName: 1.2.2 + versionCode: 7 + commit: 5bd68469fcd476dc3dfced193ac0d7caece7c352 + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@2.2.3 + rm: + - ios + - linux + - web + - .vscode + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter packages pub get + - $$flutter$$/bin/flutter build apk + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.2.1 -CurrentVersionCode: 6 +CurrentVersion: 1.2.2 +CurrentVersionCode: 7