Skip to main content

Osano's Unified Consent Android SDK

Osano's Unified Consent Android SDK

Getting started

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:unified-consent-sdk:1.0.0"
}