---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ads.yandex.com/helpcenter/en/dev/android/appnext.md
  - https://ads.yandex.com/helpcenter/ru/dev/android/appnext.md
  - https://ads.yandex.com/helpcenter/zh/dev/android/appnext.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ads.yandex.com/helpcenter/en/llms.txt

# AppNext integration

{% note info "Supported versions of libraries and platforms" %}

**Yandex Mobile Ads SDK:**
- Minimum supported 8.3.0 version
- Currently supported 8.3.0 version
- Maximum supported version 8.3.1 version (up to, but not including)

**AppNext SDK:**
- Minimum supported 2.7.6.473 version
- Currently supported 2.7.6.473 version
- Maximum supported 2.7.6.474 version (up to, but not including)

{% endnote %}

## Supported ad formats {#formats}

- [Adaptive inline banner](https://ads.yandex.com/helpcenter/en/dev/android/adaptive-inline-banner.md)
- [Adaptive sticky banner](https://ads.yandex.com/helpcenter/en/dev/android/adaptive-sticky-banner.md)
- [Interstitial advertising](https://ads.yandex.com/helpcenter/en/dev/android/interstitial.md)
- [Rewarded ads](https://ads.yandex.com/helpcenter/en/dev/android/rewarded.md)
- [Native ads](https://ads.yandex.com/helpcenter/en/dev/android/native.md)

## Integration {#integration}

{% list tabs %}

- Enable using Gradle

  <!-- source: en/dev/_includes/appnext-android.md -->
  1. [Set up mediation](https://ads.yandex.com/helpcenter/en/monetization/yandex-mediation/setup.md) in the Yandex Advertising Network interface and other network interface.

  2. 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'
     ```

  3. If you have problems loading the library, add the following code to the build.gradle file as described in the [AppNext documentation](https://developers.appnext.com/docs/android-sdk-installation):
     ```
     maven {
       url "https://dl.appnext.com/"
     }
     ```
  <!-- endsource: en/dev/_includes/appnext-android.md -->

- Enable manually

  1. [Set up mediation](https://ads.yandex.com/helpcenter/en/monetization/yandex-mediation/setup.md) in the Yandex Advertising Network interface and other network interface.

  2. Download the available 2.7.6.473 [AppNext SDK](https://developers.appnext.com/docs/manual-integration) version and add it to your project.

  3. Download the latest version of the AppNext adapter (an .aar file) from the [repository](https://repo.maven.apache.org/maven2/com/yandex/ads/mediation/mobileads-appnext/).

{% endlist %}
