Update KitchenOwl to 0.4.19 (90)

This commit is contained in:
F-Droid checkupdates bot 2023-12-01 09:55:57 +00:00
parent 8d0443c04e
commit c235777359

View file

@ -484,8 +484,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutter/bin/flutter build apk --release
- versionName: 0.4.19
versionCode: 90
commit: 73336f2bea3c271a2fd37321b669435492a5810d
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.18
CurrentVersionCode: 89
CurrentVersion: 0.4.19
CurrentVersionCode: 90