Skip to content

Ogury

Ogury Adapter for XMediator.

Adding Ogury to your project

repositories {
    maven {
        url = URI("https://maven.ogury.co")
    }
}

// [...]

dependencies {
    implementation("com.x3mads.android.xmediator.mediation:ogury:5.8.0.0")
}
repositories {
    maven {
        url "https://maven.ogury.co"
    }
}

// [...]

dependencies {
    implementation 'com.x3mads.android.xmediator.mediation:ogury:5.8.0.0'
}

5.8.0.0 (Jul 31st 2024)

5.6.2.1 (Jan 31st 2024)

5.6.2.0 (Jan 2nd 2024)

5.6.1.0 (Nov 14th 2023)

5.4.0.1 (Dec 6th 2022)

  • Verified compatibility with XMediator 1.0.0

5.4.0.0 (Nov 17th 2022)