mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update KitchenOwl to 0.5.0 (94)
This commit is contained in:
parent
52ae013412
commit
64bc8deeab
1 changed files with 29 additions and 3 deletions
|
|
@ -556,8 +556,34 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- ./flutter/bin/flutter build apk --release
|
- ./flutter/bin/flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 0.5.0
|
||||||
|
versionCode: 94
|
||||||
|
commit: 9ed706cb10b6eb49d5787148fa15aa75fcdf5201
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.*$
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: kitchenowl/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.4.21
|
CurrentVersion: 0.5.0
|
||||||
CurrentVersionCode: 92
|
CurrentVersionCode: 94
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue