Skip to main content

Installation


Maven

Add the Osano Maven url to your project's root build.gradle:

allprojects {
repositories {
maven { url "https://libraries.osano.com/android" }
}
}

then, add the Osano Manager SDK in your module's build.gradle:

dependencies {
implementation "com.osano.android:consent-manager-sdk:3.0.0"
}