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 @@ -11,6 +11,9 @@ All official releases can be found on this repository's [releases page](https://
11
11
12
12
## Mediation 5
13
13
14
+ ### 5.9.8.3.0
15
+ - This version of the adapter has been certified with Chartboost SDK 9.8.3.
16
+
14
17
### 5.9.8.2.0
15
18
- This version of the adapter has been certified with Chartboost SDK 9.8.2.
16
19
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
minSdk = 21
44
44
targetSdk = 34
45
45
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
46
- android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 5.9.8.2 .0"
46
+ android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 5.9.8.3 .0"
47
47
buildConfigField(" String" , " CHARTBOOST_MEDIATION_CHARTBOOST_ADAPTER_VERSION" , " \" ${android.defaultConfig.versionName} \" " )
48
48
49
49
consumerProguardFiles(" proguard-rules.pro" )
@@ -93,7 +93,7 @@ dependencies {
93
93
94
94
// For external usage, please use the following production dependency.
95
95
// You may choose a different release version.
96
- implementation(" com.chartboost:chartboost-sdk:9.8.2 " )
96
+ implementation(" com.chartboost:chartboost-sdk:9.8.3 " )
97
97
98
98
// Partner SDK Dependencies
99
99
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:5.9.8.2 .0"
16
+ implementation "com.chartboost:chartboost-mediation-adapter-chartboost:5.9.8.3 .0"
17
17
```
18
18
19
19
## Contributions
You can’t perform that action at this time.
0 commit comments