Adding the SDK
To integrate the SDK, follow these steps:
Clone the Repository Clone the SDK repository to your local machine using the following command:
Add the SDK dependency to your project-level
settings.gradle.kts
:Add the dependency to your app-level
build.gradle
:Sync your project with Gradle files to download and integrate the SDK.
Last updated