facebook twitter hatena line email

Android/広告組込/google/admob/メディエーション/nend

提供: 初心者エンジニアの簡易メモ
2020年1月29日 (水) 18:40時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==追加方法== 公式 https://developers.google.com/admob/android/mediation/nend build.gradle <pre> repositories { maven { url 'http://fan-adn.github.io/ne...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

追加方法

公式 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'
}