Android
Integrate using Thryve Repository Dependencies
The Root build.gradle file
build.gradle fileallprojects {
repositories {
...
maven {
url = uri("https://git.thryve.de/api/v4/projects/12/packages/maven")
credentials {
username = thryveUsername
password = thryvePassword
}
}
...
}
}allprojects {
repositories {
...
maven {
url "https://git.thryve.de/api/v4/projects/12/packages/maven"
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
Custom WorkManager configuration
Health Connect project configuration
Declare Health Connect permissions
Samsung Health project configuration
Last updated

