The official Android Library for Vital API, Health Connect and Devices
Make sure Maven Central is included in the list of repositories in your build.gradle.
repositories {
mavenCentral()
}Then include our Android SDK artifacts as dependencies of your modules as needed:
def vital_version = '4.3.0'
implementation 'io.tryvital:vital-client:$vital_version'
implementation 'io.tryvital:vital-health-connect:$vital_version'
implementation 'io.tryvital:vital-devices:$vital_version'vital-android is available under the AGPLv3 license. See the LICENSE file for more info. VitalDevices is under the Adept Labs Enterprise Edition (EE) license (the “EE License”). Please refer to its license inside its folder.