Integrating the AppNext
Supported ad formats
Integration
Android
-
Configure mediation in the Boost interface and your advertising network account.
-
Add dependencies to the
androidMain.dependenciesblock in thebuild.gradle.ktsfile at the app level:implementation("com.yandex.android:mobileads:8.3.0") implementation("com.yandex.ads.mediation:mobileads-appnext:2.7.6.473.23") -
If the library fails to load, add this code to your
settings.gradle.ktsfile following the steps in the AppNextdocumentation:dependencyResolutionManagement { repositories { //... maven("https://dl.appnext.com/") } }