Upgrade KitchenOwl to 0.4.11 (82)

This commit is contained in:
Tom Bursch 2023-09-05 13:29:36 +00:00 committed by Licaon_Kter
parent 98724862c8
commit 844ad8fdf0
No known key found for this signature in database

View file

@ -292,8 +292,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
- versionName: 0.4.11
versionCode: 82
commit: 3d1cd6282988f3142176bf4ef61dc81a37870529
submodules: true
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- test
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 --release
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.4.8
CurrentVersionCode: 79
CurrentVersion: 0.4.11
CurrentVersionCode: 82