File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
ThirdPartyAdapters/chartboost Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11## Chartboost Android Mediation Adapter Changelog
22
3+ #### Version 9.10.2.0 (In progress)
4+
35#### Version 9.10.1.0
46- Verified compatibility with Chartboost SDK version 9.10.1.
57
Original file line number Diff line number Diff line change 1212 // String property to store the proper name of the mediation network adapter.
1313 adapterName = " Chartboost"
1414 // String property to store version name.
15- stringVersion = " 9.10.1 .0"
15+ stringVersion = " 9.10.2 .0"
1616 // String property to store group id.
1717 stringGroupId = " com.google.ads.mediation"
1818 // Jacoco version to generate code coverage data
@@ -25,7 +25,7 @@ android {
2525 defaultConfig {
2626 minSdkVersion 23
2727 targetSdk 33
28- versionCode 9100100
28+ versionCode 9100200
2929 versionName stringVersion
3030 buildConfigField(" String" , " ADAPTER_VERSION" , " \" ${ stringVersion} \" " )
3131 multiDexEnabled true
@@ -115,7 +115,7 @@ task jacocoTestReport(type: JacocoReport,
115115}
116116
117117dependencies {
118- implementation ' com.chartboost:chartboost-sdk:9.10.1 '
118+ implementation ' com.chartboost:chartboost-sdk:9.10.2 '
119119 implementation ' androidx.annotation:annotation:1.5.0'
120120 implementation ' com.google.android.gms:play-services-ads:24.7.0'
121121
You can’t perform that action at this time.
0 commit comments