mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
[com.sesu8642.infusion_timer] Update build steps for version 1.4.0
This commit is contained in:
parent
123f417eed
commit
2121aa605c
1 changed files with 31 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
AntiFeatures:
|
||||
- NonFreeAssets
|
||||
NonFreeAssets:
|
||||
en-US: tea preset data is not libre
|
||||
Categories:
|
||||
- Time
|
||||
License: GPL-3.0-or-later
|
||||
|
|
@ -10,7 +11,7 @@ WebSite: https://github.com/Sesu8642/InfusionTimer
|
|||
SourceCode: https://github.com/Sesu8642/InfusionTimer
|
||||
IssueTracker: https://github.com/Sesu8642/InfusionTimer/issues
|
||||
|
||||
AutoName: Infusion Tea Timer
|
||||
AutoName: Enthusiast Tea Timer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Sesu8642/InfusionTimer
|
||||
|
|
@ -138,8 +139,33 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter -v build apk
|
||||
|
||||
- versionName: 1.4.0
|
||||
versionCode: 111
|
||||
commit: 5379d12130b4d9db217819dbb46d93210f826fb7
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-prod-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 prod
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^\d+\.\d+\.\d+$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 110
|
||||
CurrentVersion: 1.4.0
|
||||
CurrentVersionCode: 111
|
||||
|
|
|
|||
Loading…
Reference in a new issue