Integration of our SDK into your Project
currentVersion = 0.3.0-beta01
Version catalogarrow-up-right
[versions] sfbx = "${currentVersion}" [libraries] sfbx = { group = "io.sfbx.appconsent", name = "unifiedsdk", version.ref = "sfbx" }
build.gradle.ktsarrow-up-right
dependencies { implementation(libs.sfbx) }
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 13 days ago