Skip to content

yandexmobile/yandex-ads-sdk-android

Repository files navigation

Yandex Advertising Network Mobile

This package contains Yandex Advertising Network Mobile SDK and source code of samples of SDK usage.

Documentation

Documentation could be found at the [official website] DOCUMENTATION

License

EULA is available at [EULA website] LICENSE

Quick start in Android Studio

2. Build and run.

Integration

Configuring gradle

Add YandexMobileAds SDK:
implementation 'com.yandex.android:mobileads:6.4.1'
Or you can use our library with all available mediations:
your app module build.gradle
dependencies {
  ...
  implementation 'com.yandex.android:mobileads-mediation:6.4.1.0'
}
your project build.gradle
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/' }
    }
}
Note, for correct work of SDK you need Android Gradle Plugin version 7.3.1