Update KitchenOwl to 0.7.4 (118)

This commit is contained in:
checkupdates bot 2025-09-22 04:17:23 +00:00 committed by linsui
parent 10427c72a9
commit 6ef0224535

View file

@ -923,8 +923,35 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ../flutter/bin/flutter build apk --release
- versionName: 0.7.4
versionCode: 118
commit: 4b2a25d5c679563f6c1c93991ee141a5d5f350cf
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
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{{path_provider,image_picker,shared_preferences,sqflite,url_launcher}_android,flutter_plugin_android_lifecycle,{device_info,share,package_info,wakelock}_plus}-*/android/build.gradle
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: kitchenowl/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.7.3
CurrentVersionCode: 117
CurrentVersion: 0.7.4
CurrentVersionCode: 118