Skip to content

Chartboost

Chartboost Adapter for XMediator.

Adding Chartboost to your project

repositories {
    maven {
        url = URI("https://cboost.jfrog.io/artifactory/chartboost-ads/")
    }
}

// [...]
dependencies {
    implementation("com.x3mads.android.xmediator.mediation:chartboost:9.8.0.0")
}
repositories {
    maven {
        url "https://cboost.jfrog.io/artifactory/chartboost-ads/"
    }
}

// [...]

dependencies {
    implementation 'com.x3mads.android.xmediator.mediation:chartboost:9.8.0.0'
}

9.8.0.0 (Nov 11th 2024)

9.7.0.0 (Jul 29th 2024)

9.6.1.0 (Feb 1st 2024)

9.4.1.1 (Dec 28th 2023)

  • Google Additional Consent Support and IAB TCF v2.2 Compliance.

9.4.1.0 (Nov 14th 2023)

9.2.1.2 (Sep 14th 2023)

9.2.0.0 (Jun 13th 2023)

9.1.1.3 (Feb 2nd 2023)

9.1.1.2 (Dec 6th 2022)

  • Verified compatibility with XMediator 1.0.0

8.4.3.2 (Sep 1st 2022)

  • Add support for consent flags forwarding.