mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-04 17:59:45 +00:00
Update Infusion Tea Timer to 1.1.0 (104)
This commit is contained in:
parent
46dce033f7
commit
d411c8c2ff
1 changed files with 24 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ WebSite: https://github.com/Sesu8642/InfusionTimer
|
|||
SourceCode: https://github.com/Sesu8642/InfusionTimer
|
||||
IssueTracker: https://github.com/Sesu8642/InfusionTimer/issues
|
||||
|
||||
AutoName: Infusion Timer
|
||||
AutoName: Infusion Tea Timer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Sesu8642/InfusionTimer
|
||||
|
|
@ -37,8 +37,29 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter -v build apk
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 104
|
||||
commit: a8b142586196a1a85533f441bf311bb561aa7125
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- test
|
||||
- .vscode
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter -v build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 103
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 104
|
||||
|
|
|
|||
Loading…
Reference in a new issue