mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update KitchenOwl to 0.6.11 (109)
This commit is contained in:
parent
384e20c498
commit
7e01cefcc6
1 changed files with 28 additions and 2 deletions
|
|
@ -764,8 +764,34 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.6.11
|
||||
versionCode: 109
|
||||
commit: 5a6c701f62f543a6e180f57ac12494fdc2ac64da
|
||||
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.10
|
||||
CurrentVersionCode: 108
|
||||
CurrentVersion: 0.6.11
|
||||
CurrentVersionCode: 109
|
||||
|
|
|
|||
Loading…
Reference in a new issue