mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update KitchenOwl metadata
This commit is contained in:
parent
96f6f0eb94
commit
48de992caa
1 changed files with 25 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue