Enabling AppNext
Supported ad formats
Integration
Android
-
Set up mediation in the Yandex Advertising Network interface and other network interface.
-
Add the dependencies to the
androidMain.dependenciesblock in the build.gradle.kts file at the app level:implementation("com.yandex.android:mobileads:7.18.5") implementation("com.yandex.ads.mediation:mobileads-appnext:2.7.6.473.19") -
If you have problems loading the library, add the following code to the settings.gradle.kts file as described in the AppNext documentation:
dependencyResolutionManagement { repositories { //... maven("https://dl.appnext.com/") } }