Skip to main content

Installation

In the build.gradle of the application, add:

Gradle

Gradle
dependencies {
...
implementation files('libs/beyable-sdk-release.aar')
...
}

Kotlin

Kotlin
dependencies {
...
implementation(files("libs/beyable-sdk-release.aar"))
...
}