mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update KitchenOwl to 0.4.14 (85)
This commit is contained in:
parent
88aa5bca53
commit
6bf8166d6b
1 changed files with 26 additions and 2 deletions
|
|
@ -364,8 +364,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.4.14
|
||||
versionCode: 85
|
||||
commit: be3244e8d2e011db8aeedf87ef6d17ba6fbe2b13
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutter/bin/flutter config --no-analytics
|
||||
- ./flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- flutter
|
||||
- .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.4.13
|
||||
CurrentVersionCode: 84
|
||||
CurrentVersion: 0.4.14
|
||||
CurrentVersionCode: 85
|
||||
|
|
|
|||
Loading…
Reference in a new issue