Android
Integrate using Thryve Repository Dependencies
The Root build.gradle file
build.gradle fileallprojects {
repositories {
...
maven {
url = uri("https://nexus.external.thryve.de/repository/releases/")
credentials {
username = thryveUsername
password = thryvePassword
}
}
...
}
}allprojects {
repositories {
...
maven {
url "https://nexus.external.thryve.de/repository/releases/"
credentials {
username = thryveUsername
password = thryvePassword
}
}
...
}
}The App build.gradle file
build.gradle fileIntegrate using Thryve .aar Libraries
Integrating AAR Libraries into Your Application
Configure dependency versions
Health connect configuration
Declare Health Connect permissions
Samsung Health configuration
Configure ProGuard
Configure the Android Work Manager
Last updated

