File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter.
4
4
Adapters are compatible with any Chartboost Mediation SDK version within that major version.
5
5
6
- ### 4.9.7.0.2
7
- - Fixed potential consent issue.
8
-
9
6
### 4.9.7.0.1
10
7
- Runs setUp() on IO context to reduce possibility of ANR terminations.
11
8
@@ -48,6 +45,9 @@ Adapters are compatible with any Chartboost Mediation SDK version within that ma
48
45
### 4.9.3.0.0
49
46
- This version of the adapter has been certified with Chartboost SDK 9.3.0.
50
47
48
+ ### 4.9.2.1.3
49
+ - Fixed potential consent issue.
50
+
51
51
### 4.9.2.1.2
52
52
- Prevents banner ads from getting stuck. Does not solve the underlying issue with Chartboost 9.2.1 that doesn't load a second bidding banner.
53
53
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
36
36
minSdk = 21
37
37
targetSdk = 33
38
38
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
39
- android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 4.9.7.0.2 "
39
+ android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 4.9.2.1.3 "
40
40
buildConfigField(" String" , " CHARTBOOST_MEDIATION_CHARTBOOST_ADAPTER_VERSION" , " \" ${android.defaultConfig.versionName} \" " )
41
41
42
42
consumerProguardFiles(" proguard-rules.pro" )
@@ -74,7 +74,7 @@ dependencies {
74
74
75
75
// For external usage, please use the following production dependency.
76
76
// You may choose a different release version.
77
- implementation(" com.chartboost:chartboost-sdk:9.7.0 " )
77
+ implementation(" com.chartboost:chartboost-sdk:9.2.1 " )
78
78
79
79
// Partner SDK Dependencies
80
80
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Chartboost Mediation Chartboost adapter mediates Chartboost via the Chartboo
13
13
14
14
In your ` build.gradle ` , add the following entry:
15
15
```
16
- implementation "com.chartboost:chartboost-mediation-adapter-chartboost:4.9.7.0.2 "
16
+ implementation "com.chartboost:chartboost-mediation-adapter-chartboost:4.9.2.1.3 "
17
17
```
18
18
19
19
## Contributions
You can’t perform that action at this time.
0 commit comments