> ## 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.

# 集成

> CloudX Android SDK 的 Vungle 适配器。支持 Banner、MREC、Interstitial 和 Rewarded。

如需 CloudX 控制台映射和 Vungle 侧 ID 配置，请参阅 [Vungle 竞价方指南](/zh/networks/vungle)。本页仅说明 Android 特定的集成细节。

## 安装

<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>

## 兼容性

| 适配器版本     | 广告网络 SDK           | 最低 CloudX SDK |
| --------- | ------------------ | ------------- |
| `7.7.4.0` | Vungle SDK `7.7.4` | `4.0.0`       |

当服务端下发的 CloudX 配置包含 Vungle 需求时，SDK 会自动发现该适配器。无需手动注册适配器。
