Skip to content

Stack

Stack (BidMachine) Adapter for XMediator.

Adding Stack to your project

repositories {
    maven {
        url = URI("https://artifactory.appodeal.com/appodeal")
    }
}

// [...]

dependencies {
    implementation("com.x3mads.android.xmediator.mediation:stack:3.1.1.0")
}
repositories {
    maven {
        url "https://artifactory.appodeal.com/appodeal"
    }
}

// [...]

dependencies {
    implementation 'com.x3mads.android.xmediator.mediation:stack:3.1.1.0'
}

3.1.1.0 (Dec 20 2024)

  • Verified compatibility with stack 3.1.1

3.0.1.0 (Oct 10th 2024)

  • Verified compatibility with Stack 3.0.1

2.7.0.0 (Jul 19th 2024)

2.4.2.0 (Mar 1st 2024)

2.4.1.1 (Jan 31st 2024)

2.4.0.0 (Jan 2nd 2024)

2.3.3.0 (Oct 24th 2023)

1.9.10.5 (Feb 2nd 2023)

1.9.10.4 (Dec 6th 2022)

  • Verified compatibility with XMediator 1.0.0

1.9.10.1 (Oct 6th 2022)