Skip to content

IronSource

IronSource Adapter for XMediator.

Adding IronSource to your project

repositories {
    maven {
        url = URI("https://android-sdk.is.com/")
    }
}

// [...]

dependencies {
    implementation("com.x3mads.android.xmediator.mediation:ironsource:8.4.0.0")
}
repositories {
    maven {
        url "https://android-sdk.is.com/"
    }
}

// [...]

dependencies {
    implementation 'com.x3mads.android.xmediator.mediation:ironsource:8.4.0.0'
}

8.4.0.0 (Oct 10th 2024)

8.3.0.0 (Aug 28th 2024)

8.1.0.1 (Jul 29th 2024)

8.1.0.0 (Jun 19th 2024)

  • The IronSource SDK now requires the minimum supported Android OS version 4.4 (API level 19)

7.9.0.1 (Apr 18th 2024)

Fixes:

  • Device opt out metadata option in child directed users.

7.9.0.0 (Mar 25th 2024)

Fixes:

  • Call destroyISDemandOnlyBanner when disposing IronSource banners.

7.7.0.1 (Jan 31st 2024)

7.7.0.0 (Jan 25th 2024)

  • Fixes fullscreen's callbacks not being called.

7.5.2.0.1 (Dec 28th 2023)

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

7.5.2.0.0 (Nov 15th 2023)

7.3.1.1.2 (Nov 15th 2023)

  • Add banner support.

7.3.1.1.1 (Sep 22th 2023)

7.3.1.1.0 (Aug 3rd 2023)

7.3.1.0.0 (Jun 13th 2023)

7.3.0.1.0 (May 10th 2023)

7.2.4.1.4 (Dec 6th 2022)

  • Verified compatibility with XMediator 1.0.0

7.2.3.1.1 (Sep 1st 2022)

  • Add support for consent flags forwarding.