Update KitchenOwl to 0.5.0 (94)

This commit is contained in:
Tom Bursch 2024-04-04 11:25:53 +00:00 committed by linsui
parent 52ae013412
commit 64bc8deeab

View file

@ -556,8 +556,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutter/bin/flutter build apk --release
- versionName: 0.5.0
versionCode: 94
commit: 9ed706cb10b6eb49d5787148fa15aa75fcdf5201
subdir: kitchenowl
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- kitchenowl/ios
- kitchenowl/linux
- kitchenowl/macos
- kitchenowl/web
- kitchenowl/windows
- backend
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter config --no-analytics
- ../flutter/bin/flutter pub get
scanignore:
- flutter/bin/cache
scandelete:
- flutter
- kitchenowl/.pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.4.21
CurrentVersionCode: 92
UpdateCheckData: kitchenowl/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.5.0
CurrentVersionCode: 94