Step 2: Dependency
dependencies {
implementation 'io.sfbx.appconsent:unifiedsdk:${currentVersion}'
}Last updated
Integration of our SDK into your Project
currentVersion = 6.3.0
Depending on your project configuration, implement the dependency in your own way
Groovy - App build.gradle
dependencies {
implementation 'io.sfbx.appconsent:unifiedsdk:${currentVersion}'
}Last updated