mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update MedicLog to 0.2.8 (12)
This commit is contained in:
parent
b88fbc4da7
commit
ee7c81deb5
1 changed files with 12 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ WebSite: https://github.com/JohnLines/mediclog/wiki
|
|||
SourceCode: https://github.com/JohnLines/mediclog
|
||||
IssueTracker: https://github.com/JohnLines/mediclog/issues
|
||||
|
||||
AutoName: Medic Log
|
||||
AutoName: MedicLog
|
||||
Description: |-
|
||||
MedicLog logs key medical information - blood pressure, temperature and weight,
|
||||
with an emphasis on simplicity and privacy.
|
||||
|
|
@ -80,7 +80,16 @@ Builds:
|
|||
- "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.1\" }' >> ../build.gradle"
|
||||
- sed -i -e 's/buildToolsVersion "24.0.0"/buildToolsVersion "25.0.3"/' build.gradle
|
||||
|
||||
- versionName: 0.2.8
|
||||
versionCode: 12
|
||||
commit: v0.2.8
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.1\" }' >> ../build.gradle"
|
||||
- sed -i -e 's/buildToolsVersion "24.0.0"/buildToolsVersion "25.0.3"/' build.gradle
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags ^v[0-9.]*$
|
||||
CurrentVersion: 0.2.7
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: 0.2.8
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue