File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter.
4
4
Adapters are compatible with any Chartboost Core SDK version within that major version.
5
5
6
+ ### 1.2.20.3.0
7
+ - This version of the adapter has been certified with Usercentrics SDK 2.20.3.
8
+
6
9
### 1.2.20.2.0
7
10
- This version of the adapter has been certified with Usercentrics SDK 2.20.2.
8
11
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Chartboost Core Usercentrics adapter mediates Usercentrics SDK via the Chart
13
13
14
14
In your ` build.gradle ` , add the following entry:
15
15
```
16
- implementation "com.chartboost:chartboost-core-adapter-usercentrics:1.2.20.2 .0"
16
+ implementation "com.chartboost:chartboost-core-adapter-usercentrics:1.2.20.3 .0"
17
17
```
18
18
19
19
## Contributions
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
minSdk = 21
35
35
targetSdk = 33
36
36
// 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.2 .0"
37
+ android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 1.2.20.3 .0"
38
38
39
39
buildConfigField(
40
40
" String" ,
@@ -85,7 +85,7 @@ dependencies {
85
85
" candidateImplementation" (" com.chartboost:chartboost-mediation-sdk:5.0.0" )
86
86
87
87
// Consent Management Platform SDK
88
- implementation(" com.usercentrics.sdk:usercentrics-ui:2.20.2 " )
88
+ implementation(" com.usercentrics.sdk:usercentrics-ui:2.20.3 " )
89
89
90
90
// Adapter Dependencies
91
91
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" )
You can’t perform that action at this time.
0 commit comments