Update Enthusiast Tea Timer to 1.6.0 (113)

This commit is contained in:
checkupdates bot 2025-10-24 05:26:53 +00:00 committed by linsui
parent 2390d825e3
commit 54f8b6a5ed

View file

@ -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