This package contains Yandex Advertising Network Mobile SDK and source code of samples of SDK usage.
Documentation could be found at the [official website] DOCUMENTATION
EULA is available at [EULA website] LICENSE
1. Import YandexMobileAdsExample
implementation 'com.yandex.android:mobileads:7.7.0'
dependencies {
...
implementation 'com.yandex.android:mobileads-mediation:7.7.0.0'
}
allprojects {
repositories {
...
// IronSource
maven { url 'https://android-sdk.is.com/' }
// Pangle
maven { url 'https://artifact.bytedance.com/repository/pangle' }
// Tapjoy
maven { url 'https://sdk.tapjoy.com/' }
// Mintegral
maven { url 'https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea'}
// Chartboost
maven { url 'https://cboost.jfrog.io/artifactory/chartboost-ads/' }
// AppNext
maven { url 'https://dl.appnext.com/' }
}
}