diff --git a/AdMobAdapter/build.gradle.kts b/AdMobAdapter/build.gradle.kts index d463a06..24d678a 100644 --- a/AdMobAdapter/build.gradle.kts +++ b/AdMobAdapter/build.gradle.kts @@ -34,7 +34,7 @@ android { minSdk = 21 targetSdk = 33 // If you touch the following line, don't forget to update scripts/get_rc_version.zsh - android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.22.1.0.0" + android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.22.2.0.0" buildConfigField( "String", @@ -74,7 +74,7 @@ dependencies { "remoteImplementation"("com.chartboost:chartboost-mediation-sdk:4.0.0") // Partner SDK - implementation("com.google.android.gms:play-services-ads:22.1.0") + implementation("com.google.android.gms:play-services-ads:22.2.0") // Adapter Dependencies implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4") diff --git a/CHANGELOG.md b/CHANGELOG.md index d85c136..18ca752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter. Adapters are compatible with any Chartboost Mediation SDK version within that major version. +## 4.22.2.0.0 +- This version of the adapter has been certified with Google Mobile Ads SDK 22.2.0. + ### 4.22.1.0.0 - This version of the adapter has been certified with Google Mobile Ads SDK 22.1.0. diff --git a/README.md b/README.md index 87fd785..a13e383 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Chartboost Mediation AdMob adapter mediates AdMob via the Chartboost Mediati In your `build.gradle`, add the following entry: ``` - implementation "com.chartboost:chartboost-mediation-adapter-admob:4.22.1.0.0" + implementation "com.chartboost:chartboost-mediation-adapter-admob:4.22.2.2.0" ``` ## Contributions