---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://boost.yandex.com/doc/en/ad-monetization/dev/compose-multiplatform/pangle.md
  - https://boost.yandex.com/doc/ru/ad-monetization/dev/compose-multiplatform/pangle.md
---
> **Documentation Index:** Fetch the complete configuration index at https://boost.yandex.com/doc/en/llms.txt

# Enabling Pangle

## Supported ad formats {#formats}

- [Interstitial ads](https://boost.yandex.com/doc/en/ad-monetization/dev/compose-multiplatform/interstitial.md) (Android)
- [Rewarded ads](https://boost.yandex.com/doc/en/ad-monetization/dev/compose-multiplatform/rewarded.md) (Android)

## Integration {#integration}

{% list tabs %}

- Android

   1. [Set up mediation](https://boost.yandex.com/doc/en/ad-monetization/monetization/yandex-mediation/setup.md) in the Boost interface and other network interface.

   2. Add the dependencies to the `androidMain.dependencies` block in the build.gradle.kts file at the app level:
      ```kotlin
      implementation("com.yandex.android:mobileads:8.2.0")
      implementation("com.yandex.ads.mediation:mobileads-pangle:8.0.0.5.1")
      ```

{% endlist %}
