mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update KitchenOwl to 0.6.15 (113)
This commit is contained in:
parent
cf2dce028d
commit
bbaf86d002
1 changed files with 28 additions and 2 deletions
|
|
@ -816,8 +816,34 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.6.15
|
||||
versionCode: 113
|
||||
commit: e8dae5dee7a14cf8353548602551ae2dd322e8a5
|
||||
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.14
|
||||
CurrentVersionCode: 112
|
||||
CurrentVersion: 0.6.15
|
||||
CurrentVersionCode: 113
|
||||
|
|
|
|||
Loading…
Reference in a new issue