Skip to content

Commit ece217c

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Updating Chartboost Android adapter for release version 9.10.2
PiperOrigin-RevId: 835247017
1 parent 99bf32e commit ece217c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ThirdPartyAdapters/chartboost/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

ThirdPartyAdapters/chartboost/chartboost/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
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

117117
dependencies {
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

0 commit comments

Comments
 (0)