Skip to content

AdView

AdView Adapter for XMediator.

Adding AdView to your project

repositories {
    maven {
        url = URI("https://developer.huawei.com/repo/")
    }
}

// [...]

dependencies {
    implementation("com.x3mads.android.xmediator.mediation:adview:4.4.5.0")
}
repositories {
    maven {
        url "https://developer.huawei.com/repo/"
    }
}

// [...]

dependencies {
    implementation 'com.x3mads.android.xmediator.mediation:adview:4.4.5.0'
}

4.4.5.0 (Dec 12 2024)

  • Verified compatibility with AdView 4.4.5

4.4.4.0 (Jul 29th 2024)

  • Verified compatibility with AdView 4.4.4

4.4.3.0 (Apr 18th 2024)

4.4.2.0 (Oct 24th 2023)

4.3.9.1 (Feb 2nd 2023)

  • Verified compatibility with XMediator Unity 1.2.0

4.3.9.0 (Dec 6th 2022)