diff --git a/ThirdPartyAdapters/chartboost/chartboost/build.gradle b/ThirdPartyAdapters/chartboost/chartboost/build.gradle index f6d67c3e0..0a4345725 100644 --- a/ThirdPartyAdapters/chartboost/chartboost/build.gradle +++ b/ThirdPartyAdapters/chartboost/chartboost/build.gradle @@ -12,7 +12,7 @@ ext { // String property to store the proper name of the mediation network adapter. adapterName = "Chartboost" // String property to store version name. - stringVersion = "9.8.0.0" + stringVersion = "9.8.1.0" // String property to store group id. stringGroupId = "com.google.ads.mediation" // Jacoco version to generate code coverage data @@ -25,7 +25,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 31 - versionCode 9080000 + versionCode 9080100 versionName stringVersion buildConfigField("String", "ADAPTER_VERSION", "\"${stringVersion}\"") multiDexEnabled true @@ -115,7 +115,7 @@ task jacocoTestReport(type: JacocoReport, } dependencies { - implementation 'com.chartboost:chartboost-sdk:9.8.0' + implementation 'com.chartboost:chartboost-sdk:9.8.1' implementation 'androidx.annotation:annotation:1.5.0' implementation 'com.google.android.gms:play-services-ads:23.5.0'