diff --git a/ThirdPartyAdapters/chartboost/chartboost/build.gradle b/ThirdPartyAdapters/chartboost/chartboost/build.gradle index 0a4345725..a894aedf6 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.1.0" + stringVersion = "9.8.2.0" // String property to store group id. stringGroupId = "com.google.ads.mediation" // Jacoco version to generate code coverage data @@ -115,9 +115,9 @@ task jacocoTestReport(type: JacocoReport, } dependencies { - implementation 'com.chartboost:chartboost-sdk:9.8.1' + implementation 'com.chartboost:chartboost-sdk:9.8.2' implementation 'androidx.annotation:annotation:1.5.0' - implementation 'com.google.android.gms:play-services-ads:23.5.0' + implementation 'com.google.android.gms:play-services-ads:23.6.0' testImplementation "org.jacoco:org.jacoco.core:$jacocoVersion" testImplementation 'junit:junit:4.13.2'