mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Add BmiCalc
This commit is contained in:
parent
fffda73a87
commit
765ee7cbc3
2 changed files with 27 additions and 0 deletions
26
metadata/com.ei.bmicalc.yml
Normal file
26
metadata/com.ei.bmicalc.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://sourceforge.net/p/androidbmicalc/code/ci/master/tree/
|
||||
IssueTracker: https://sourceforge.net/p/androidbmicalc/tickets/
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=D5CBY2KKXYFTW¤cy_code=USD
|
||||
|
||||
AutoName: BmiCalc
|
||||
Description: BmiCalc is a simple app to track the body mass index. BmiCalc can save
|
||||
and load the data from csv file.
|
||||
|
||||
RepoType: git
|
||||
Repo: git://git.code.sf.net/p/androidbmicalc/code
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: '1.0'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
1
metadata/com.ei.bmicalc/en-US/summary.txt
Normal file
1
metadata/com.ei.bmicalc/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
BmiCalc is a software to calculate the body mass index (BMI).
|
||||
Loading…
Reference in a new issue