File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ Adapters are compatible with any Chartboost Mediation SDK version within that ma
21
21
### 4.9.6.0.0
22
22
- This version of the adapter has been certified with Chartboost SDK 9.6.0.
23
23
24
+ ## 4.9.5.0.1
25
+ - Fixed potential consent issue.
26
+
24
27
### 4.9.5.0.0
25
28
- This version of the adapter has been certified with Chartboost SDK 9.5.0.
26
29
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.5 .0.1 "
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.5 .0" )
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.5 .0.1 "
17
17
```
18
18
19
19
## Contributions
You can’t perform that action at this time.
0 commit comments