Skip to content

Commit 1d24487

Browse files
authored
Chartboost 9.8.3 (#80)
1 parent cebadbb commit 1d24487

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.9.8.3.0
15+
- This version of the adapter has been certified with Chartboost SDK 9.8.3.
16+
1417
### 5.9.8.2.0
1518
- This version of the adapter has been certified with Chartboost SDK 9.8.2.
1619

ChartboostAdapter/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.9.8.2.0"
46+
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "5.9.8.3.0"
4747
buildConfigField("String", "CHARTBOOST_MEDIATION_CHARTBOOST_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")
4848

4949
consumerProguardFiles("proguard-rules.pro")
@@ -93,7 +93,7 @@ dependencies {
9393

9494
// For external usage, please use the following production dependency.
9595
// 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")
9797

9898
// Partner SDK Dependencies
9999
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4")

README.md

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

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

1919
## Contributions

0 commit comments

Comments
 (0)