mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update KitchenOwl to 0.3.13 (70)
This commit is contained in:
parent
c74bacf407
commit
248ebeb1bf
1 changed files with 25 additions and 2 deletions
|
|
@ -159,8 +159,31 @@ 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.3.13
|
||||||
|
versionCode: 70
|
||||||
|
commit: e68e9f4efba466216218b81fdcb9173a0055c40e
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@3.7.0
|
||||||
|
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
|
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.3.12
|
CurrentVersion: 0.3.13
|
||||||
CurrentVersionCode: 69
|
CurrentVersionCode: 70
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue