Add BmiCalc

This commit is contained in:
Nikolay Rovinskiy 2021-01-01 02:48:37 +00:00 committed by Izzy
parent fffda73a87
commit 765ee7cbc3
2 changed files with 27 additions and 0 deletions

View 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&currency_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

View file

@ -0,0 +1 @@
BmiCalc is a software to calculate the body mass index (BMI).