mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
Update Enthusiast Tea Timer to 1.6.0 (113)
This commit is contained in:
parent
2390d825e3
commit
54f8b6a5ed
1 changed files with 27 additions and 2 deletions
|
|
@ -189,8 +189,33 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --flavor prod
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 113
|
||||
commit: 41ec303461b29d8b4315a95094b2db16b5d19b3a
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-default-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
- .vscode
|
||||
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 --flavor default
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^\d+\.\d+\.\d+$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 112
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 113
|
||||
|
|
|
|||
Loading…
Reference in a new issue