Skip to content

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:8.3.0'
Or you can use our library with all available mediations:
your app module build.gradle
dependencies {
  ...
  implementation 'com.yandex.android:mobileads-mediation:8.3.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/' }

        // BidMachine
        maven { url 'https://artifactory.bidmachine.io/bidmachine' }

        // 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 8.9.1

About

Yandex Mobile Ads SDK Android

Resources

Stars

95 stars

Watchers

21 watching

Forks

Releases

Packages

Used by

Contributors

Languages