Skip to content

Commit a0a3f9f

Browse files
committed
4.9.2.1.3
1 parent e974577 commit a0a3f9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
Note the first digit of every adapter version corresponds to the major version of the Chartboost Mediation SDK compatible with that adapter.
44
Adapters are compatible with any Chartboost Mediation SDK version within that major version.
55

6-
### 4.9.7.0.2
7-
- Fixed potential consent issue.
8-
96
### 4.9.7.0.1
107
- Runs setUp() on IO context to reduce possibility of ANR terminations.
118

@@ -48,6 +45,9 @@ Adapters are compatible with any Chartboost Mediation SDK version within that ma
4845
### 4.9.3.0.0
4946
- This version of the adapter has been certified with Chartboost SDK 9.3.0.
5047

48+
### 4.9.2.1.3
49+
- Fixed potential consent issue.
50+
5151
### 4.9.2.1.2
5252
- Prevents banner ads from getting stuck. Does not solve the underlying issue with Chartboost 9.2.1 that doesn't load a second bidding banner.
5353

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.2.1.3"
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.2.1")
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.2.1.3"
1717
```
1818

1919
## Contributions

0 commit comments

Comments
 (0)