Skip to content

Commit 434d93d

Browse files
[AUTO-GENERATED] Synchronizing changes from private repository
1 parent 13b144f commit 434d93d

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-
84d206b4b41f6d6cfc4a94e50c4b4030
1+
fe2d9779eeda5d5841678e4a894148c0

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.0.4 *(2025-06-02)*
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.2.7.0`
11+
712
### Version 1.0.3 *(2025-06-02)*
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.0.3</version>
5+
<version>1.0.4</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.2.6.0" addToAllTargets="true"/>
9+
<iosPod name="ChartboostCoreConsentAdapterGoogleUserMessagingPlatform" version="~> 1.2.7.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.0.3",
22+
"com.chartboost.core.consent.google-user-messaging-platform": "1.0.4",
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.0.3";
12+
protected override string DefaultModuleVersion => "1.0.4";
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.0.3",
4+
"version": "1.0.4",
55
"unity": "2022.3",
66
"dependencies": {
77
"com.chartboost.core": "1.0.0",

0 commit comments

Comments
 (0)