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.8.10.0.0
15
+ - This version of the adapter has been certified with ironSource SDK 8.10.0.
16
+
14
17
### 5.8.9.1.0.0
15
18
- This version of the adapter has been certified with ironSource SDK 8.9.1.
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.8.9.1 .0.0"
46
+ android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 5.8.10 .0.0"
47
47
48
48
buildConfigField(" String" , " CHARTBOOST_MEDIATION_IRONSOURCE_ADAPTER_VERSION" , " \" ${android.defaultConfig.versionName} \" " )
49
49
@@ -93,7 +93,7 @@ dependencies {
93
93
" candidateImplementation" (" com.chartboost:chartboost-mediation-sdk:5.0.0" )
94
94
95
95
// Partner SDK
96
- implementation(" com.ironsource.sdk:mediationsdk:8.9.1 " )
96
+ implementation(" com.ironsource.sdk:mediationsdk:8.10.0 " )
97
97
implementation(" com.google.android.gms:play-services-appset:16.0.2" )
98
98
implementation(" com.google.android.gms:play-services-ads-identifier:18.0.1" )
99
99
implementation(" com.google.android.gms:play-services-basement:18.1.0" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Chartboost Mediation ironSource adapter mediates ironSource via the Chartboo
13
13
14
14
In your ` build.gradle ` , add the following entry:
15
15
```
16
- implementation "com.chartboost:chartboost-mediation-adapter-ironsource:5.8.9.1 .0.0"
16
+ implementation "com.chartboost:chartboost-mediation-adapter-ironsource:5.8.10 .0.0"
17
17
```
18
18
19
19
## Contributions
You can’t perform that action at this time.
0 commit comments