Skip to main content

Dependency


Depending on your platform (Smartphone/Tablet or TV), integrate the Clear or TV version.

currentClearVersion = 5.5.4
currentTvVersion = 5.5.4

info

Depending on your project configuration, implement the dependency in your own way

KotlinDSL - App build.gradle.kts Without version catalog​

dependencies { 
implementation("com.sfbx.appconsent:appconsent-ui-v3:${currentClearVersion}")
}