From 791b391c716ed1586eec12de03b902d0f7177688 Mon Sep 17 00:00:00 2001 From: Jose Padilla Date: Tue, 8 Aug 2023 10:27:32 -0700 Subject: [PATCH] [HB-6260] AdMob Adapter v4.22.2.0 --- AdMobAdapter/build.gradle.kts | 4 ++-- CHANGELOG.md | 3 +++ README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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