mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-09 07:36:58 +00:00
Update KitchenOwl to 0.3.12 (69)
This commit is contained in:
parent
a1d4f6985e
commit
7fe0ae5b92
1 changed files with 25 additions and 2 deletions
|
|
@ -136,8 +136,31 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.3.12
|
||||
versionCode: 69
|
||||
commit: 318ab1e5ed4a323f484068c521e942d511f7f3c9
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.3.10
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
- macos
|
||||
prebuild:
|
||||
- touch .env
|
||||
- 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
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.3.10
|
||||
CurrentVersionCode: 67
|
||||
CurrentVersion: 0.3.12
|
||||
CurrentVersionCode: 69
|
||||
|
|
|
|||
Loading…
Reference in a new issue