Update KitchenOwl to 0.4.18 (89)

This commit is contained in:
F-Droid checkupdates bot 2023-11-30 10:11:52 +00:00
parent 2f13406e1b
commit 49f7f0ad3c

View file

@ -460,8 +460,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutter/bin/flutter build apk --release
- versionName: 0.4.18
versionCode: 89
commit: d2e4384f078229f71d7efb1304fc5d720da6bf06
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.17
CurrentVersionCode: 88
CurrentVersion: 0.4.18
CurrentVersionCode: 89