mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update KitchenOwl to 0.4.8 (79)
This commit is contained in:
parent
3969a59450
commit
5264ba4d72
1 changed files with 24 additions and 2 deletions
|
|
@ -270,8 +270,30 @@ 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.4.8
|
||||||
|
versionCode: 79
|
||||||
|
commit: c69eb66d0dde84bd7afc8552228a1b60203625de
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@3.10.0
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
- web
|
||||||
|
- macos
|
||||||
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .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: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.4.7
|
CurrentVersion: 0.4.8
|
||||||
CurrentVersionCode: 78
|
CurrentVersionCode: 79
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue