mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update KitchenOwl to 0.6.7 (105)
This commit is contained in:
parent
ce81c1066f
commit
bd4c9aab8a
1 changed files with 28 additions and 2 deletions
|
|
@ -660,8 +660,34 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../flutter/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.6.7
|
||||
versionCode: 105
|
||||
commit: 8da1fb8aa33ef09d4b2ab56d05a9464c1fe49e2f
|
||||
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.4
|
||||
CurrentVersionCode: 102
|
||||
CurrentVersion: 0.6.7
|
||||
CurrentVersionCode: 105
|
||||
|
|
|
|||
Loading…
Reference in a new issue