File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
source/plugin/Assets/GoogleMobileAds/Editor Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
Google Mobile Ads Unity Plugin Change Log
2
2
3
3
**************
4
- Version Next
4
+ Version 9.5.0
5
5
**************
6
- - Added GetPlatformVersion API to MobileAds class to be able to fetch the version info of the underlying GMA Android or iOS SDK.
6
+ - Added `CustomTargeting` field to AdRequest.
7
+ - Added `GetPlatformVersion` API to MobileAds class to be able to fetch the version info of the underlying GMA Android or iOS SDK.
8
+ - Updated the GMA iOS SDK dependency version to 11.13.0.
9
+ - Updated the GMA Android SDK dependency version to 23.6.0.
10
+
11
+ Built and tested with:
12
+ - Google Mobile Ads Android SDK 23.6.0
13
+ - Google Mobile Ads iOS SDK 11.13.0
14
+ - Google User Messaging Platform Android SDK 3.1.0
15
+ - Google User Messaging Platform iOS SDK 2.7.0
16
+ - External Dependency Manager for Unity 1.2.183
7
17
8
18
**************
9
19
Version 9.4.0
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:23.5 .0" >
3
+ <androidPackage spec =" com.google.android.gms:play-services-ads:23.6 .0" >
4
4
<repositories >
5
5
<repository >https://maven.google.com/</repository >
6
6
</repositories >
13
13
</androidPackages >
14
14
15
15
<iosPods >
16
- <iosPod name =" Google-Mobile-Ads-SDK" version =" ~> 11.12 .0" >
16
+ <iosPod name =" Google-Mobile-Ads-SDK" version =" ~> 11.13 .0" >
17
17
<sources >
18
18
<source >https://github.com/CocoaPods/Specs</source >
19
19
</sources >
You can’t perform that action at this time.
0 commit comments