mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update KitchenOwl to 0.6.9 (107)
This commit is contained in:
parent
b272f5639e
commit
0ce9a5f1cc
1 changed files with 28 additions and 2 deletions
|
|
@ -712,8 +712,34 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.6.9
|
||||
versionCode: 107
|
||||
commit: aa0c952c97eb7000121d8604298fbd6fce397e9f
|
||||
subdir: kitchenowl
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- kitchenowl/ios
|
||||
- kitchenowl/linux
|
||||
- kitchenowl/macos
|
||||
- kitchenowl/web
|
||||
- kitchenowl/windows
|
||||
- backend
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter config --no-analytics
|
||||
- ../flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- kitchenowl/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: kitchenowl/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.6.8
|
||||
CurrentVersionCode: 106
|
||||
CurrentVersion: 0.6.9
|
||||
CurrentVersionCode: 107
|
||||
|
|
|
|||
Loading…
Reference in a new issue