Skip to content

Commit c25322f

Browse files
5.8.10.0.0 (#85)
1 parent 6169bed commit c25322f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ All official releases can be found on this repository's [releases page](https://
1111

1212
## Mediation 5
1313

14+
### 5.8.10.0.0
15+
- This version of the adapter has been certified with ironSource SDK 8.10.0.
16+
1417
### 5.8.9.1.0.0
1518
- This version of the adapter has been certified with ironSource SDK 8.9.1.
1619

IronSourceAdapter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ android {
4343
minSdk = 21
4444
targetSdk = 34
4545
// 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"
4747

4848
buildConfigField("String", "CHARTBOOST_MEDIATION_IRONSOURCE_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")
4949

@@ -93,7 +93,7 @@ dependencies {
9393
"candidateImplementation"("com.chartboost:chartboost-mediation-sdk:5.0.0")
9494

9595
// Partner SDK
96-
implementation("com.ironsource.sdk:mediationsdk:8.9.1")
96+
implementation("com.ironsource.sdk:mediationsdk:8.10.0")
9797
implementation("com.google.android.gms:play-services-appset:16.0.2")
9898
implementation("com.google.android.gms:play-services-ads-identifier:18.0.1")
9999
implementation("com.google.android.gms:play-services-basement:18.1.0")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Chartboost Mediation ironSource adapter mediates ironSource via the Chartboo
1313

1414
In your `build.gradle`, add the following entry:
1515
```
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"
1717
```
1818

1919
## Contributions

0 commit comments

Comments
 (0)