File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
source/plugin/Assets/GoogleMobileAds Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
Google Mobile Ads Unity Plugin Change Log
2
2
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
+
3
17
**************
4
18
Version 4.1.0
5
19
**************
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
21
21
{
22
22
public class AdRequest
23
23
{
24
- public const string Version = "4.1 .0" ;
24
+ public const string Version = "4.2 .0" ;
25
25
public const string TestDeviceSimulator = "SIMULATOR" ;
26
26
27
27
private AdRequest ( Builder builder )
Original file line number Diff line number Diff line change 1
1
<dependencies >
2
2
<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" >
4
4
<repositories >
5
5
<repository >https://maven.google.com/</repository >
6
6
</repositories >
7
7
</androidPackage >
8
8
</androidPackages >
9
9
10
10
<iosPods >
11
- <iosPod name =" Google-Mobile-Ads-SDK" version =" ~> 7.51 " >
11
+ <iosPod name =" Google-Mobile-Ads-SDK" version =" ~> 7.53 " >
12
12
<sources >
13
13
<source >https://github.com/CocoaPods/Specs</source >
14
14
</sources >
You can’t perform that action at this time.
0 commit comments