From 492ba18b830e4b397a7e4a233862c871d3b41883 Mon Sep 17 00:00:00 2001
From: CB-RyanMcCormick <122290337+CB-RyanMcCormick@users.noreply.github.com>
Date: Mon, 18 Mar 2024 13:21:49 -0500
Subject: [PATCH] applovin to 4.12.2.0.0 (#62)

---
 AppLovinAdapter/build.gradle.kts | 4 ++--
 CHANGELOG.md                     | 3 +++
 README.md                        | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/AppLovinAdapter/build.gradle.kts b/AppLovinAdapter/build.gradle.kts
index bc7b2e6..3634cee 100644
--- a/AppLovinAdapter/build.gradle.kts
+++ b/AppLovinAdapter/build.gradle.kts
@@ -35,7 +35,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.12.1.0.1"
+        android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "4.12.2.0.0"
         buildConfigField("String", "CHARTBOOST_MEDIATION_APPLOVIN_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")
 
         consumerProguardFiles("proguard-rules.pro")
@@ -72,7 +72,7 @@ dependencies {
     "remoteImplementation"("com.chartboost:chartboost-mediation-sdk:4.0.0")
 
     // Partner SDK
-    implementation("com.applovin:applovin-sdk:12.1.0")
+    implementation("com.applovin:applovin-sdk:12.2.0")
 
     // Partner SDK Dependencies
     implementation("androidx.appcompat:appcompat:1.5.1")
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b77db45..e8adcde 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.12.2.0.0
+- This version of the adapter has been certified with AppLovin SDK 12.2.0.
+
 ### 4.12.1.0.1
 - This version of the adapter has been certified with AppLovin SDK 12.1.0 and performs initialization on `IO` to help reduce potential ANR issues.
 
diff --git a/README.md b/README.md
index 485f6b8..192de29 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The Chartboost Mediation AppLovin adapter mediates AppLovin via the Chartboost M
 
 In your `build.gradle`, add the following entry:
 ```
-    implementation "com.chartboost:chartboost-mediation-adapter-applovin:4.12.1.0.1"
+    implementation "com.chartboost:chartboost-mediation-adapter-applovin:4.12.2.0.0"
 ```
 
 ## Contributions