For the complete documentation index, see llms.txt. This page is also available as Markdown.

Step 2: Dependency


Integration of our SDK into your Project

currentVersion = 6.3.0

KotlinDSL - App build.gradle.kts and version catalog (gradle/libs.versions.toml)

Version catalog

[versions]
sfbx = "${currentVersion}"

[libraries]
sfbx = { group = "io.sfbx.appconsent", name = "unifiedsdk", version.ref = "sfbx" }

build.gradle.kts

dependencies { 
    implementation(libs.sfbx)
}

Last updated