Update KitchenOwl metadata

This commit is contained in:
Tom Bursch 2023-05-10 13:57:22 +00:00 committed by linsui
parent 96f6f0eb94
commit 48de992caa

View file

@ -3,7 +3,7 @@ Categories:
- Sports & Health
License: AGPL-3.0-only
AuthorName: Tom Bursch
WebSite: https://tombursch.github.io/kitchenowl/
WebSite: https://docs.kitchenowl.org
SourceCode: https://github.com/TomBursch/kitchenowl
IssueTracker: https://github.com/TomBursch/kitchenowl/issues
Translation: https://hosted.weblate.org/projects/kitchenowl/
@ -182,8 +182,30 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --release
- versionName: 0.4.3
versionCode: 74
commit: 0bc4be6c5bf01bd617bf912242623a5fb9c5fcd0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.7.12
rm:
- ios
- linux
- windows
- web
- macos
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .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.3.13
CurrentVersionCode: 70
CurrentVersion: 0.4.3
CurrentVersionCode: 74