A library for accessing Android Health Connect data for health and fitness apps.
Add the following to your module's build.gradle file:
dependencies {
implementation 'io.ionic.libs:ionhealthfitness-android:1.0.0'
}Make sure you have the appropriate Maven repository declared in your project-level build.gradle or settings.gradle:
repositories {
google()
mavenCentral()
}