From 54f8b6a5eddbb91ccd71f6804707cebcc01ee622 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 24 Oct 2025 05:26:53 +0000 Subject: [PATCH] Update Enthusiast Tea Timer to 1.6.0 (113) --- metadata/com.sesu8642.infusion_timer.yml | 29 ++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/metadata/com.sesu8642.infusion_timer.yml b/metadata/com.sesu8642.infusion_timer.yml index 876a050c4f..be65dd30f6 100644 --- a/metadata/com.sesu8642.infusion_timer.yml +++ b/metadata/com.sesu8642.infusion_timer.yml @@ -189,8 +189,33 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - flutter/bin/flutter build apk --flavor prod + - versionName: 1.6.0 + versionCode: 113 + commit: 41ec303461b29d8b4315a95094b2db16b5d19b3a + submodules: true + output: build/app/outputs/flutter-apk/app-default-release.apk + rm: + - ios + - linux + - macos + - web + - windows + - .vscode + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter config --no-analytics + - flutter/bin/flutter pub get + scanignore: + - flutter/bin/cache + scandelete: + - flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - flutter/bin/flutter build apk --flavor default + AutoUpdateMode: Version UpdateCheckMode: Tags ^\d+\.\d+\.\d+$ UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.5.0 -CurrentVersionCode: 112 +CurrentVersion: 1.6.0 +CurrentVersionCode: 113