52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
Categories:
|
|
- Time
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/ligi/MaterialTeaTimer
|
|
IssueTracker: https://github.com/ligi/MaterialTeaTimer/issues
|
|
|
|
AutoName: Material Tea Timer
|
|
Description: |-
|
|
Material design themed tea timer. Time your tea with material style. Shows you
|
|
temperature and time quickly. Have a great tea!
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/ligi/MaterialTeaTimer
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '1.0'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 12
|
|
commit: '1.2'
|
|
subdir: android
|
|
gradle:
|
|
- prodNoFirebase
|
|
prebuild: sed -i -e '/withFirebaseCompile/d' build.gradle
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 13
|
|
commit: '1.3'
|
|
subdir: android
|
|
gradle:
|
|
- prodNoFirebase
|
|
prebuild: sed -i -e '/withFirebaseCompile/d' build.gradle
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 14
|
|
commit: '0.14'
|
|
subdir: android
|
|
gradle:
|
|
- noFirebase
|
|
- forFDroid
|
|
prebuild: sed -i -e '/withFirebaseCompile/d' build.gradle
|
|
|
|
AutoUpdateMode: Version %v
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.4'
|
|
CurrentVersionCode: 14
|