Skip to content

Commit e107447

Browse files
Syncing changes from private repository
1 parent c27f7aa commit e107447

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.2
8+
9+
This version of the Google User Messaging Platform Adapter supports the following native SDK dependencies:
10+
* Android: `com.chartboost:chartboost-core-consent-adapter-google-user-messaging-platform:1.3.0.+`
11+
* iOS: `ChartboostCoreConsentAdapterGoogleUserMessagingPlatform ~> 1.2.5.0`
12+
713
### Version 1.0.1
814

915
This version of the Google User Messaging Platform Adapter supports the following native SDK dependencies:

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.1</version>
5+
<version>1.0.2</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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<dependencies>
33
<androidPackages>
44
<!-- Google User Messaging Platform Dependency -->
5-
<androidPackage spec="com.chartboost:chartboost-core-consent-adapter-google-user-messaging-platform:1.2.2.+"/>
5+
<androidPackage spec="com.chartboost:chartboost-core-consent-adapter-google-user-messaging-platform:1.3.0.+"/>
66
</androidPackages>
77
<iosPods>
88
<!-- Google User Messaging Platform Podspec -->
9-
<iosPod name="ChartboostCoreConsentAdapterGoogleUserMessagingPlatform" version="~> 1.2.4.0" addToAllTargets="true"/>
9+
<iosPod name="ChartboostCoreConsentAdapterGoogleUserMessagingPlatform" version="~> 1.2.5.0" addToAllTargets="true"/>
1010
</iosPods>
1111
</dependencies>

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.1";
12+
protected override string DefaultModuleVersion => "1.0.2";
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.1",
4+
"version": "1.0.2",
55
"unity": "2022.3",
66
"dependencies": {
77
"com.chartboost.core": "1.0.0",

0 commit comments

Comments
 (0)