From b923765a68c4da483621ec68207c79836e11479a Mon Sep 17 00:00:00 2001 From: Helium Service Date: Thu, 21 Nov 2024 00:13:10 +0000 Subject: [PATCH] 5.1.8.1.0 --- CHANGELOG.md | 3 +++ MobileFuseAdapter/build.gradle.kts | 4 ++-- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb0381..cbe5897 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.1.8.1.0 +- This version of the adapter has been certified with MobileFuse SDK 1.8.1. + ### 5.1.8.0.0 - This version of the adapter has been certified with MobileFuse SDK 1.8.0. diff --git a/MobileFuseAdapter/build.gradle.kts b/MobileFuseAdapter/build.gradle.kts index c6b6f8e..b5dd84b 100644 --- a/MobileFuseAdapter/build.gradle.kts +++ b/MobileFuseAdapter/build.gradle.kts @@ -41,7 +41,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.1.8.0.0" + android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "5.1.8.1.0" buildConfigField( "String", @@ -93,7 +93,7 @@ dependencies { "candidateImplementation"("com.chartboost:chartboost-mediation-sdk:5.0.0") // Partner SDK - implementation("com.mobilefuse.sdk:mobilefuse-sdk-core:1.8.0") + implementation("com.mobilefuse.sdk:mobilefuse-sdk-core:1.8.1") // Adapter Dependencies implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4") diff --git a/README.md b/README.md index da4d740..00338ef 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Chartboost Mediation MobileFuse adapter mediates MobileFuse SDK Core via the In your `build.gradle`, add the following entry: ``` - implementation "com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.8.0.0" + implementation "com.chartboost:chartboost-mediation-adapter-mobilefuse:5.1.8.1.0" ``` ## Contributions