All Projects → yandexmobile → yandex-ads-sdk-android

yandexmobile / yandex-ads-sdk-android

Licence: other
No description, website, or topics provided.

Programming Languages

kotlin
9241 projects

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

1. Import YandexMobileAdsExample

2. Build and run.

Integration

Configuring gradle

Add YandexMobileAds SDK:
implementation 'com.yandex.android:mobileads:5.4.1'
Or you can use our library with all available mediations:
your app module build.gradle
dependencies {
  ...
  implementation 'com.yandex.android:mobileads-mediation:5.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"}
    }
}
Note, for correct work of SDK you need Android Gradle Plugin version 7.1.3.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].