mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Create io.librehealth.toolkit.essential_care_for_every_baby.yml
This commit is contained in:
parent
1b991d7b4d
commit
cb17cecf86
1 changed files with 34 additions and 0 deletions
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
- Science & Education
|
||||
License: MPL-2.0
|
||||
AuthorName: LibreHealth
|
||||
AuthorEmail: infrastructure@librehealth.io
|
||||
WebSite: https://librehealth.io/
|
||||
SourceCode: https://gitlab.com/librehealth/incubating-projects/mhbs/lh-mhbs-eceb
|
||||
IssueTracker: https://gitlab.com/librehealth/incubating-projects/mhbs/lh-mhbs-eceb/-/issues
|
||||
Changelog: https://gitlab.com/librehealth/incubating-projects/mhbs/lh-mhbs-eceb/-/releases
|
||||
Donate: https://librehealth.io/donate
|
||||
|
||||
AutoName: LibreHealth Essential Care For Every Baby
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/librehealth/incubating-projects/mhbs/lh-mhbs-eceb
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue