「Android/広告組込/google/admob/メディエーション/nend」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==追加方法== 公式 https://developers.google.com/admob/android/mediation/nend build.gradle <pre> repositories { maven { url 'http://fan-adn.github.io/ne...」) |
(相違点なし)
|
2020年1月29日 (水) 18:40時点における版
追加方法
公式 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' }