> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integration

> Vungle adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, and Rewarded.

For CloudX dashboard mapping and Vungle-side ID setup, see the [Vungle bidder guide](/en/networks/vungle). This page covers Android-specific integration details only.

## Install

<CodeGroup>
  ```kotlin Kotlin DSL theme={null}
  dependencies {
      implementation("io.cloudx:adapter-vungle:7.7.4.0")
  }
  ```

  ```groovy Groovy theme={null}
  dependencies {
      implementation 'io.cloudx:adapter-vungle:7.7.4.0'
  }
  ```
</CodeGroup>

## Compatibility

| Adapter version | Network SDK        | Minimum CloudX SDK |
| --------------- | ------------------ | ------------------ |
| `7.7.4.0`       | Vungle SDK `7.7.4` | `4.0.0`            |

The adapter is discovered automatically when your server-provisioned CloudX configuration includes Vungle demand. No manual adapter registration is required.
