Skip to content

Pangle

Pangle Adapter for XMediator.

Adding Pangle to your project

repositories {
    maven {
        url = URI("https://artifact.bytedance.com/repository/pangle")
    }
}

// [...]

dependencies {
    implementation("com.x3mads.android.xmediator.mediation:pangle:6.4.0.3.0")
}
repositories {
    maven {
        url "https://artifact.bytedance.com/repository/pangle"
    }
}

// [...]

dependencies {
    implementation 'com.x3mads.android.xmediator.mediation:pangle:6.4.0.3.0'
}

6.4.0.3.0 (Dec 20 2024)

  • Verified compatibility with pangle 6.4.0.3

6.3.0.4.0 (Nov 11th 2024)

  • Verified compatibility with Pangle 6.3.0.4

6.2.0.5.0 (Oct 10th 2024)

5.6.1.2.0 (Jul 31st 2023)

5.6.0.3.1 (Dec 28th 2023)

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

5.5.0.8.0 (Nov 14th 2023)

5.0.0.8.3 (Oct 24th 2023)

4.9.0.6.1 (Feb 2nd 2023)

4.9.0.3.1 (Dec 6th 2022)

  • Verified compatibility with XMediator 1.0.0

4.7.0.2 (Oct 6th 2022)