Android/広告組込/google/admob/メディエーション/nend
追加方法
公式 https://developers.google.com/admob/android/mediation/nend
build.gradle
repositories {
maven {
url 'http://fan-adn.github.io/nendSDK-Android-lib/library'
}
}
dependencies {
implementation 'com.google.android.gms:play-services-ads:18.3.0'
implementation 'com.google.ads.mediation:nend:5.2.0.0'
}