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 33Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter.
44Adapters are compatible with any Chartboost Core SDK version within that major version.
55
6+ ### 1.2.22.2.0
7+ - This version of the adapter has been certified with Usercentrics SDK 2.22.2.
8+
69### 1.2.22.1.0
710- This version of the adapter has been certified with Usercentrics SDK 2.22.1.
811
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
1313
1414In your ` build.gradle ` , add the following entry:
1515```
16- implementation "com.chartboost:chartboost-core-adapter-usercentrics:1.2.22.1 .0"
16+ implementation "com.chartboost:chartboost-core-adapter-usercentrics:1.2.22.2 .0"
1717```
1818
1919## Contributions
Original file line number Diff line number Diff 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.22.1 .0"
37+ android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 1.2.22.2 .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.22.1 " )
88+ implementation(" com.usercentrics.sdk:usercentrics-ui:2.22.2 " )
8989
9090 // Adapter Dependencies
9191 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1" )
You can’t perform that action at this time.
0 commit comments