Unity Mediation Guide - uc-union/union-ads-sdk-demo GitHub Wiki
Require Android SDK level 14 or above.
For more details please see Unity SDK integration guide.
- Add the following
repositories
info to project section inbuild.gradle
file, more details in build.gradle
repositories {
maven {
url 'https://raw.githubusercontent.com/uc-union/union-ads-maven-repository/master'
}
}
- Add
dependencies
dependency (usually defined inapp/build.gradle
), more details in app/build.gradle
dependencies {
compile 'com.unity3d.ads:unity-ads:1.5.8'
}
Download the latest aar format SDK from Unity GitHub, decompress the aar SDK library file and merge into your project.