Skip to content

Commit eb5f3b7

Browse files
[AUTO-GENERATED] Synchronizing changes from private repository
1 parent 325d577 commit eb5f3b7

7 files changed

+11
-6
lines changed

.checksum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26745266482283f2c8574e6a1726eaaa
1+
bce10d8785ba75b250b33fc97002b8f6

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file using the st
44
Note the first digit of every adapter version corresponds to the major version of the Chartboost Core SDK compatible with that adapter.
55
Adapters are compatible with any Chartboost Core SDK version within that major version.
66

7+
### Version 1.1.1 *(2025-10-30)*
8+
This version of the Google User Messaging Platform Consent Adapter supports the following native SDK dependencies:
9+
* Android: `com.chartboost:chartboost-core-consent-adapter-google-user-messaging-platform:1.3.0.+`
10+
* iOS: `ChartboostCoreConsentAdapterGoogleUserMessagingPlatform: ~> 1.3.1.0`
11+
712
### Version 1.1.0 *(2025-09-16)*
813
This version of the Google User Messaging Platform Consent Adapter supports the following native SDK dependencies:
914
* Android: `com.chartboost:chartboost-core-consent-adapter-google-user-messaging-platform:1.3.0.+`

Chartboost.CSharp.Core.Unity.Consent.GoogleUserMessagingPlatform.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Chartboost.CSharp.Core.Unity.Consent.GoogleUserMessagingPlatform</id>
5-
<version>1.1.0</version>
5+
<version>1.1.1</version>
66
<title>Chartboost Core - Consent Google User Messaging Platform</title>
77
<description>Google User Messaging Platform adapters for mediating through Chartboost Core.</description>
88
<authors>Chartboost</authors>

Editor/ChartboostCoreConsentGoogleUserMessagingPlatformDependencies.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</androidPackages>
77
<iosPods>
88
<!-- Google User Messaging Platform Podspec -->
9-
<iosPod name="ChartboostCoreConsentAdapterGoogleUserMessagingPlatform" version="~> 1.3.0.0" addToAllTargets="true"/>
9+
<iosPod name="ChartboostCoreConsentAdapterGoogleUserMessagingPlatform" version="~> 1.3.1.0" addToAllTargets="true"/>
1010
</iosPods>
1111
</dependencies>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Chartboost Core - Google User Messaging Platform Adapter is distributed using th
1919

2020
```json
2121
"dependencies": {
22-
"com.chartboost.core.consent.google-user-messaging-platform": "1.1.0",
22+
"com.chartboost.core.consent.google-user-messaging-platform": "1.1.1",
2323
...
2424
},
2525
"scopedRegistries": [

Runtime/Core/GoogleUserMessagingPlatformAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Chartboost.Core.Google.UserMessagingPlatform
99
public sealed class GoogleUserMessagingPlatformAdapter : NativeModuleWrapper<GoogleUserMessagingPlatformAdapter>
1010
{
1111
protected override string DefaultModuleId => "google_user_messaging_platform";
12-
protected override string DefaultModuleVersion => "1.1.0";
12+
protected override string DefaultModuleVersion => "1.1.1";
1313

1414
/// <inheritdoc cref="ConsentDebugSettings"/>
1515
public ConsentDebugSettings? DebugSettings { get; }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.chartboost.core.consent.google-user-messaging-platform",
33
"displayName": "Chartboost Core - Consent Google User Messaging Platform",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"unity": "2022.3",
66
"dependencies": {
77
"com.chartboost.core": "1.0.0",

0 commit comments

Comments
 (0)