Skip to content

Commit 2816d9e

Browse files
1.3.2.0.0 (#14)
1 parent c742243 commit 2816d9e

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.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

GoogleUserMessagingPlatformAdapter/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.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")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Chartboost Core Google UMP adapter mediates Google User Messaging Platform S
1313

1414
In 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

0 commit comments

Comments
 (0)