Skip to content

Commit 8d4f9c0

Browse files
author
Samuel Stow
committed
Prepare for release 4.2.0.
PiperOrigin-RevId: 287504217
1 parent dfebcac commit 8d4f9c0

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

ChangeLog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
Google Mobile Ads Unity Plugin Change Log
22

3+
**************
4+
Version 4.2.0
5+
**************
6+
7+
Plugin:
8+
- Added support for using AdSize.FullWidth with Adaptive banner APIs.
9+
- Added `GetRewardItem()` API for `RewardedAd`.
10+
- Fixed issue with Android implementation of `GetPortraitAnchoredAdaptiveBannerAdSizeWithWidth`.
11+
12+
Built and tested with:
13+
- Google Play services 18.3.0
14+
- Google Mobile Ads iOS SDK 7.53.1
15+
- Unity Jar Resolver 1.2.135
16+
317
**************
418
Version 4.1.0
519
**************

source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
2121
{
2222
public class AdRequest
2323
{
24-
public const string Version = "4.1.0";
24+
public const string Version = "4.2.0";
2525
public const string TestDeviceSimulator = "SIMULATOR";
2626

2727
private AdRequest(Builder builder)

source/plugin/Assets/GoogleMobileAds/Editor/GoogleMobileAdsDependencies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<dependencies>
22
<androidPackages>
3-
<androidPackage spec="com.google.android.gms:play-services-ads:18.2.0">
3+
<androidPackage spec="com.google.android.gms:play-services-ads:18.3.0">
44
<repositories>
55
<repository>https://maven.google.com/</repository>
66
</repositories>
77
</androidPackage>
88
</androidPackages>
99

1010
<iosPods>
11-
<iosPod name="Google-Mobile-Ads-SDK" version="~> 7.51">
11+
<iosPod name="Google-Mobile-Ads-SDK" version="~> 7.53">
1212
<sources>
1313
<source>https://github.com/CocoaPods/Specs</source>
1414
</sources>

0 commit comments

Comments
 (0)