Skip to content

Commit efc3c8e

Browse files
committed
4.9.5.0.1
1 parent e974577 commit efc3c8e

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
@@ -21,6 +21,9 @@ Adapters are compatible with any Chartboost Mediation SDK version within that ma
2121
### 4.9.6.0.0
2222
- This version of the adapter has been certified with Chartboost SDK 9.6.0.
2323

24+
## 4.9.5.0.1
25+
- Fixed potential consent issue.
26+
2427
### 4.9.5.0.0
2528
- This version of the adapter has been certified with Chartboost SDK 9.5.0.
2629

ChartboostAdapter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
minSdk = 21
3737
targetSdk = 33
3838
// 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"
4040
buildConfigField("String", "CHARTBOOST_MEDIATION_CHARTBOOST_ADAPTER_VERSION", "\"${android.defaultConfig.versionName}\"")
4141

4242
consumerProguardFiles("proguard-rules.pro")
@@ -74,7 +74,7 @@ dependencies {
7474

7575
// For external usage, please use the following production dependency.
7676
// 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")
7878

7979
// Partner SDK Dependencies
8080
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:4.9.7.0.2"
16+
implementation "com.chartboost:chartboost-mediation-adapter-chartboost:4.9.5.0.1"
1717
```
1818

1919
## Contributions

0 commit comments

Comments
 (0)