Integrating the AppNext
Supported ad formats
Integration
Android
-
Configure mediation in the Boost interface and your advertising network account.
-
Add the dependencies to the build.gradle file 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 you have problems loading the library, add the following code to the build.gradle file as described in the Mintegral documentation AppNext:
maven { url "https://dl.appnext.com/" }