Skip to content

tryVital/vital-android

Repository files navigation

vital-android

The official Android Library for Vital API, Health Connect and Devices

Installation

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 = '3.2.4'

implementation 'io.tryvital:vital-client:$vital_version'
implementation 'io.tryvital:vital-health-connect:$vital_version'
implementation 'io.tryvital:vital-devices:$vital_version'

Documentation

License

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.