Update KitchenOwl to 0.4.20 (91)

This commit is contained in:
F-Droid checkupdates bot 2023-12-15 09:59:58 +00:00
parent 3bac9f89b5
commit 517d5cb50b

View file

@ -508,8 +508,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutter/bin/flutter build apk --release
- versionName: 0.4.20
versionCode: 91
commit: 9c697cfb62526d1f22a404566e5a26a38bcb08f7
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.19
CurrentVersionCode: 90
CurrentVersion: 0.4.20
CurrentVersionCode: 91