Migrate from Old SDK
Deleting the old repository
maven {
url = uri("https://artifactory.datalf.chat/artifactory/app-consent-v2-release")
}maven {
url = uri("https://artifactory.datalf.chat/artifactory/appconsent")
}Implementation change
dependencies {
implementation("com.sfbx.appconsent:appconsent-ui-v3:X.Y.Z")
}dependencies {
implementation("io.sfbx.appconsent:unifiedsdk:$currentVersion")
}Change in integration
Imports
Initializing the SDK
Displaying the consent screen to your users
Last updated