From c419caf412a4e101d278edb21236d128173ea713 Mon Sep 17 00:00:00 2001 From: Glitchy-Tozier Date: Sun, 20 Feb 2022 12:35:48 +0000 Subject: [PATCH] Update Githo --- metadata/com.florianthaler.githo.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/com.florianthaler.githo.yml b/metadata/com.florianthaler.githo.yml index 48f00fa290..5f73fdc7f4 100644 --- a/metadata/com.florianthaler.githo.yml +++ b/metadata/com.florianthaler.githo.yml @@ -4,6 +4,7 @@ License: GPL-3.0-or-later AuthorName: Glitchy-Tozier SourceCode: https://github.com/Glitchy-Tozier/githo IssueTracker: https://github.com/Glitchy-Tozier/githo/issues +Changelog: https://github.com/Glitchy-Tozier/githo/releases AutoName: Githo @@ -107,8 +108,25 @@ Builds: - $$flutter$$/bin/flutter packages pub get - $$flutter$$/bin/flutter build apk + - versionName: 1.3.0 + versionCode: 8 + commit: v1.3.0 + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@2.10.2 + rm: + - databases_across_versions + - 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.2 -CurrentVersionCode: 7 +CurrentVersion: 1.3.0 +CurrentVersionCode: 8