From 264f9b85f97b53a496cc3bc2367ec0bc49505856 Mon Sep 17 00:00:00 2001 From: Mobile Ads Developer Relations Date: Wed, 16 Oct 2024 10:41:43 -0700 Subject: [PATCH] Update Unity mediation plugin to iOS 4.12.3.1 and Android 4.12.3.0. PiperOrigin-RevId: 686561295 --- packages/mediation/gma_mediation_unity/CHANGELOG.md | 9 +++------ .../mediation/gma_mediation_unity/android/build.gradle | 4 ++-- .../gma_mediation_unity/ios/gma_mediation_unity.podspec | 2 +- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/packages/mediation/gma_mediation_unity/CHANGELOG.md b/packages/mediation/gma_mediation_unity/CHANGELOG.md index 931d405b0..dfd3d1194 100644 --- a/packages/mediation/gma_mediation_unity/CHANGELOG.md +++ b/packages/mediation/gma_mediation_unity/CHANGELOG.md @@ -1,12 +1,9 @@ ## Unity Ads Flutter Mediation Adapter Changelog -#### Next Version -* Built and tested with the Google Mobile Ads Flutter Plugin version 5.2.0. - #### Version 1.1.0 -- Verified compatibility with Unity Android adapter version 4.12.2.0 -- Verified compatibility with Unity iOS adapter version 4.12.2.0 -- Built and tested with the Google Mobile Ads Flutter Plugin version 5.1.0. +- Verified compatibility with Unity Android adapter version 4.12.3.0 +- Verified compatibility with Unity iOS adapter version 4.12.3.1 +- Built and tested with the Google Mobile Ads Flutter Plugin version 5.2.0. #### Version 1.0.0 - Initial release. diff --git a/packages/mediation/gma_mediation_unity/android/build.gradle b/packages/mediation/gma_mediation_unity/android/build.gradle index 36176c686..62632c3d0 100644 --- a/packages/mediation/gma_mediation_unity/android/build.gradle +++ b/packages/mediation/gma_mediation_unity/android/build.gradle @@ -51,8 +51,8 @@ android { } dependencies { - implementation 'com.unity3d.ads:unity-ads:4.12.2' - implementation 'com.google.ads.mediation:unity:4.12.2.0' + implementation 'com.unity3d.ads:unity-ads:4.12.3' + implementation 'com.google.ads.mediation:unity:4.12.3.0' testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.test:core:1.5.0' testImplementation 'androidx.test:core-ktx:1.5.0' diff --git a/packages/mediation/gma_mediation_unity/ios/gma_mediation_unity.podspec b/packages/mediation/gma_mediation_unity/ios/gma_mediation_unity.podspec index 51fe289af..83ac10c4e 100644 --- a/packages/mediation/gma_mediation_unity/ios/gma_mediation_unity.podspec +++ b/packages/mediation/gma_mediation_unity/ios/gma_mediation_unity.podspec @@ -16,7 +16,7 @@ Mediation Adapter for Unity Ads to use with Google Mobile Ads. s.source_files = 'Classes/**/*' s.public_header_files = 'Classes/**/*.h' s.dependency 'Flutter' - s.dependency 'GoogleMobileAdsMediationUnity', '~>4.12.2.0' + s.dependency 'GoogleMobileAdsMediationUnity', '~>4.12.3.1' s.platform = :ios, '12.0' s.static_framework = true