File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
GoogleUserMessagingPlatformAdapter 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.3.2.0.0
7+ - This version of the adapter has been certified with Google User Messaging Platform SDK 3.2.0.
8+
69### 1.3.1.0.0
710- This version of the adapter has been certified with Google User Messaging Platform SDK 3.1.0.
811
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.3.1 .0.0"
37+ android.defaultConfig.versionName = System .getenv(" VERSION_OVERRIDE" ) ? : " 1.3.2 .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.google.android.ump:user-messaging-platform:3.1 .0" )
88+ implementation(" com.google.android.ump:user-messaging-platform:3.2 .0" )
8989
9090 // Adapter Dependencies
9191 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The Chartboost Core Google UMP adapter mediates Google User Messaging Platform S
1313
1414In your ` build.gradle ` , add the following entry:
1515```
16- implementation "com.chartboost:chartboost-core-adapter-google-ump:1.3.1 .0.0"
16+ implementation "com.chartboost:chartboost-core-adapter-google-ump:1.3.2 .0.0"
1717```
1818
1919## Contributions
You can’t perform that action at this time.
0 commit comments