Integration
Verve adapter for CloudX Android SDK. Supports Banner, MREC, Interstitial, Rewarded, Native, Native Banner, and Native MREC.
Install
dependencies {
implementation("io.cloudx:adapter-verve:3.9.0.1")
}dependencies {
implementation 'io.cloudx:adapter-verve:3.9.0.1'
}Maven Repository
Verve HyBid artifacts are hosted on Verve’s Maven repository. Add it alongside google() and mavenCentral():
maven {
url = uri("https://verve.jfrog.io/artifactory/verve-gradle-release")
}maven { url 'https://verve.jfrog.io/artifactory/verve-gradle-release' }Compatibility
| Adapter version | Network SDK | Minimum CloudX SDK |
|---|---|---|
3.9.0.1 | Verve HyBid SDK 3.9.0 | 4.2.0 |
3.9.0.0 | Verve HyBid SDK 3.9.0 | 4.2.0 |
3.8.2.0 | Verve HyBid SDK 3.8.2 | 4.2.0 |
3.8.1.1 | Verve HyBid SDK 3.8.1 | 4.2.0 |
3.8.1.0 | Verve HyBid SDK 3.8.1 | 4.1.0 |
The adapter is discovered automatically when your server-provisioned CloudX configuration includes Verve demand. No manual adapter registration is required.