com.chartboost.mediation.unity.adapter.mintegral 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.checksum CHANGED
@@ -1 +1 @@
1
- 455ab7d80dd2cc7d8f0c194e182b8c3e -
1
+ fcd142570ddd2cc242da790ef3cbb87f -
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Changelog
2
2
  All notable changes to this project will be documented in this file using the standards as defined at [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0).
3
3
 
4
- ### Version 5.0.1 *(2024-10-18)*
4
+ ### Version 5.0.2 *(2024-10-18)*
5
5
  This version of the Mintegral Adapter supports the following native SDK dependencies:
6
- * Android: `com.chartboost:chartboost-mediation-adapter-mintegral:chartboost-mediation-adapter-mintegral:5.16.8.+`
7
- * iOS: `ChartboostMediationAdapterMintegral: ~> 5.7.6.0`
6
+ * Android: `com.chartboost:chartboost-mediation-adapter-mintegral:chartboost-mediation-adapter-mintegral:5.16.7.+`
7
+ * iOS: `ChartboostMediationAdapterMintegral: ~> 5.7.7.0`
8
8
 
9
9
  ### Version 5.0.0 *(2024-08-08)*
10
10
 
@@ -2,7 +2,7 @@
2
2
  <package>
3
3
  <metadata>
4
4
  <id>Chartboost.CSharp.Mediation.Unity.Adapter.Mintegral</id>
5
- <version>5.0.1</version>
5
+ <version>5.0.2</version>
6
6
  <title>Chartboost Mediation Adapter - Mintegral</title>
7
7
  <description>The Chartboost Mediation Unity SDK Adapter for Mintegral.</description>
8
8
  <authors>Chartboost</authors>
@@ -2,7 +2,7 @@
2
2
  <dependencies>
3
3
  <androidPackages>
4
4
  <!-- Android Adapter -->
5
- <androidPackage spec="com.chartboost:chartboost-mediation-adapter-mintegral:5.16.8.+"/>
5
+ <androidPackage spec="com.chartboost:chartboost-mediation-adapter-mintegral:5.16.7.+"/>
6
6
 
7
7
  <!-- Mintegral Android Repositories -->
8
8
  <repositories>
@@ -11,9 +11,9 @@
11
11
  </androidPackages>
12
12
  <iosPods>
13
13
  <!-- iOS Adapter -->
14
- <iosPod name="ChartboostMediationAdapterMintegral" version="~> 5.7.6.0"/>
14
+ <iosPod name="ChartboostMediationAdapterMintegral" version="~> 5.7.7.0"/>
15
15
 
16
16
  <!-- Partner iOS SDK-->
17
- <iosPod name="MintegralAdSDK" version="~> 7.6.0" addToAllTargets="false"/>
17
+ <iosPod name="MintegralAdSDK" version="~> 7.7.0" addToAllTargets="false"/>
18
18
  </iosPods>
19
19
  </dependencies>
@@ -12,7 +12,7 @@ namespace Chartboost.Mediation.Mintegral
12
12
  /// <summary>
13
13
  /// The partner adapter Unity version.
14
14
  /// </summary>
15
- public const string AdapterUnityVersion = "5.0.1";
15
+ public const string AdapterUnityVersion = "5.0.2";
16
16
 
17
17
  /// <inheritdoc cref="IPartnerAdapterConfiguration.AdapterNativeVersion"/>
18
18
  public static string AdapterNativeVersion => Instance.AdapterNativeVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.chartboost.mediation.unity.adapter.mintegral",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "displayName": "Chartboost Mediation Adapter - Mintegral",
5
5
  "description": "The Chartboost Mediation Unity SDK Adapter for Mintegral.",
6
6
  "unity": "2022.3",