Skip to content

Commit 7aaa933

Browse files
1.2.21.0.0 (#43)
Co-authored-by: Ray Graham <rayg@bitwisedesign.com>
1 parent f16b7ef commit 7aaa933

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
@@ -3,6 +3,9 @@
33
Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter.
44
Adapters are compatible with any Chartboost Core SDK version within that major version.
55

6+
### 1.2.21.0.0
7+
- This version of the adapter has been certified with Usercentrics SDK 2.21.0.
8+
69
### 1.2.20.3.0
710
- This version of the adapter has been certified with Usercentrics SDK 2.20.3.
811

README.md

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

1414
In your `build.gradle`, add the following entry:
1515
```
16-
implementation "com.chartboost:chartboost-core-adapter-usercentrics:1.2.20.3.0"
16+
implementation "com.chartboost:chartboost-core-adapter-usercentrics:1.2.21.0.0"
1717
```
1818

1919
## Contributions

UsercentricsAdapter/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
minSdk = 21
3535
targetSdk = 33
3636
// If you touch the following line, don't forget to update scripts/get_rc_version.zsh
37-
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "1.2.20.3.0"
37+
android.defaultConfig.versionName = System.getenv("VERSION_OVERRIDE") ?: "1.2.21.0.0"
3838

3939
buildConfigField(
4040
"String",
@@ -85,7 +85,7 @@ dependencies {
8585
"candidateImplementation"("com.chartboost:chartboost-mediation-sdk:5.0.0")
8686

8787
// Consent Management Platform SDK
88-
implementation("com.usercentrics.sdk:usercentrics-ui:2.20.3")
88+
implementation("com.usercentrics.sdk:usercentrics-ui:2.21.0")
8989

9090
// Adapter Dependencies
9191
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")

0 commit comments

Comments
 (0)