Install
Maven Repository
Gradle must resolve Mintegral’s mediation SDK artifacts, such ascom.mbridge.msdk.oversea:mbridge_android_sdk, when you add io.cloudx:adapter-mintegral.
Those artifacts are hosted on Mintegral’s Maven repository, not Maven Central. google() and mavenCentral() alone are not enough; builds fail with an error such as Could not find com.mbridge.msdk.oversea:mbridge_android_sdk until this repository is declared.
Add the repository next to your other Maven repositories. Common locations are the root build.gradle / build.gradle.kts inside allprojects { repositories { ... } }, or dependencyResolutionManagement.repositories in settings.gradle, depending on your Gradle template:
implementation("io.cloudx:adapter-mintegral:17.1.51.0").
Compatibility
| Adapter version | Network SDK | Minimum CloudX SDK |
|---|---|---|
17.1.51.0 | Mintegral SDK 17.1.51 | 4.0.0 |