diff --git a/BidMachineAdapter/build.gradle.kts b/BidMachineAdapter/build.gradle.kts index fa446ad..506560f 100644 --- a/BidMachineAdapter/build.gradle.kts +++ b/BidMachineAdapter/build.gradle.kts @@ -43,7 +43,7 @@ android { minSdk = 21 targetSdk = 34 // If you touch the following line, don't forget to update scripts/get_rc_version.zsh - android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "5.3.0.1.0" + android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "5.3.1.0.0" buildConfigField("String", "CHARTBOOST_MEDIATION_BIDMACHINE_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"") consumerProguardFiles("proguard-rules.pro") @@ -92,7 +92,7 @@ dependencies { "candidateImplementation"("com.chartboost:chartboost-mediation-sdk:5.0.0") // Partner SDK - implementation("io.bidmachine:ads:3.0.1") + implementation("io.bidmachine:ads:3.1.0") // Partner SDK Dependencies implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4") diff --git a/CHANGELOG.md b/CHANGELOG.md index 601b6a6..2b54f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ All official releases can be found on this repository's [releases page](https:// ## Mediation 5 +### 5.3.1.0.0 +- This version of the adapter has been certified with BidMachine Ads SDK 3.1.0. + ### 5.3.0.1.0 - This version of the adapter has been certified with BidMachine Ads SDK 3.0.1. diff --git a/README.md b/README.md index 463a5d3..a43e833 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Chartboost Mediation BidMachine adapter mediates BidMachine via the Chartboo In your `build.gradle`, add the following entry: ``` - implementation "com.chartboost:chartboost-mediation-adapter-bidmachine:5.3.0.1.0" + implementation "com.chartboost:chartboost-mediation-adapter-bidmachine:5.3.1.0.0" ``` ## Contributions