> ## 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 的 Pangle 适配器。支持 Banner、MREC、Interstitial、Rewarded 和 App Open。

## 安装

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

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

## Maven 仓库

添加 `io.cloudx:adapter-pangle` 后，Gradle 必须能够解析 Pangle SDK 制品。

这些制品托管在 ByteDance 的 Maven 仓库中。请将该仓库与 `google()` 和 `mavenCentral()` 一起添加：

<CodeGroup>
  ```kotlin Kotlin DSL theme={null}
  maven {
      url = uri("https://artifact.bytedance.com/repository/pangle")
  }
  ```

  ```groovy Groovy theme={null}
  maven { url 'https://artifact.bytedance.com/repository/pangle' }
  ```
</CodeGroup>

## 兼容性

| 适配器版本       | 广告网络 SDK             | 最低 CloudX SDK |
| ----------- | -------------------- | ------------- |
| `8.1.0.5.0` | Pangle SDK `8.1.0.5` | `4.2.0`       |
| `8.1.0.4.1` | Pangle SDK `8.1.0.4` | `4.2.0`       |
| `8.1.0.4.0` | Pangle SDK `8.1.0.4` | `4.1.4`       |
| `8.1.0.3.0` | Pangle SDK `8.1.0.3` | `4.1.4`       |
| `7.8.5.2.0` | Pangle SDK `7.8.5.2` | `4.1.4`       |

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