From 8d4f9c05e0e621d70159f648e84de4a2ea770f85 Mon Sep 17 00:00:00 2001 From: Samuel Stow Date: Sun, 29 Dec 2019 23:35:32 -0500 Subject: [PATCH] Prepare for release 4.2.0. PiperOrigin-RevId: 287504217 --- ChangeLog.txt | 14 ++++++++++++++ .../plugin/Assets/GoogleMobileAds/Api/AdRequest.cs | 2 +- .../Editor/GoogleMobileAdsDependencies.xml | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 77c31a13e..f118a524c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,19 @@ Google Mobile Ads Unity Plugin Change Log +************** +Version 4.2.0 +************** + +Plugin: + - Added support for using AdSize.FullWidth with Adaptive banner APIs. + - Added `GetRewardItem()` API for `RewardedAd`. + - Fixed issue with Android implementation of `GetPortraitAnchoredAdaptiveBannerAdSizeWithWidth`. + +Built and tested with: +- Google Play services 18.3.0 +- Google Mobile Ads iOS SDK 7.53.1 +- Unity Jar Resolver 1.2.135 + ************** Version 4.1.0 ************** diff --git a/source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs b/source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs index ea1d94c31..d643193ba 100644 --- a/source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs +++ b/source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs @@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api { public class AdRequest { - public const string Version = "4.1.0"; + public const string Version = "4.2.0"; public const string TestDeviceSimulator = "SIMULATOR"; private AdRequest(Builder builder) diff --git a/source/plugin/Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml b/source/plugin/Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml index cce32b878..40d8826dc 100644 --- a/source/plugin/Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml +++ b/source/plugin/Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml @@ -1,6 +1,6 @@ - + https://maven.google.com/ @@ -8,7 +8,7 @@ - + https://github.com/CocoaPods/Specs