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

> Digital Turbine adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, Native, Native Banner, and Native MREC.

## Install

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

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

## Compatibility

| Adapter version | Network SDK                             | Minimum CloudX SDK |
| --------------- | --------------------------------------- | ------------------ |
| `8.4.6.0`       | Digital Turbine Marketplace SDK `8.4.6` | `4.2.0`            |
| `8.4.5.1`       | Digital Turbine Marketplace SDK `8.4.5` | `4.2.0`            |
| `8.4.5.0`       | Digital Turbine Marketplace SDK `8.4.5` | `4.1.1`            |
| `8.4.2.0`       | Digital Turbine Marketplace SDK `8.4.2` | `4.1.1`            |
| `8.4.0.0`       | Digital Turbine Marketplace SDK `8.4.0` | `4.1.1`            |

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