yandexmobile / yandex-ads-sdk-android

Other
78 stars 23 forks source link

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

License

EULA is available at EULA website

Quick start in Android Studio

1. Import YandexMobileAdsExample

2. Build and run.

Integration

Configuring gradle

Add YandexMobileAds SDK:
implementation 'com.yandex.android:mobileads:7.1.0'
Or you can use our library with all available mediations:
your app module build.gradle

dependencies {
  ...
  implementation 'com.yandex.android:mobileads-mediation:7.1.0.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.4.2