Skip to content

Commit 10053e2

Browse files
Mobile Ads Developer Relationscopybara-github
Mobile Ads Developer Relations
authored andcommitted
Release of Google Mobile Ads Unity SDK version 9.5.0.
PiperOrigin-RevId: 705684212
1 parent 6319cd9 commit 10053e2

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

ChangeLog.txt

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

33
**************
4-
Version Next
4+
Version 9.5.0
55
**************
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
717

818
**************
919
Version 9.4.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<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">
44
<repositories>
55
<repository>https://maven.google.com/</repository>
66
</repositories>
@@ -13,7 +13,7 @@
1313
</androidPackages>
1414

1515
<iosPods>
16-
<iosPod name="Google-Mobile-Ads-SDK" version="~> 11.12.0">
16+
<iosPod name="Google-Mobile-Ads-SDK" version="~> 11.13.0">
1717
<sources>
1818
<source>https://github.com/CocoaPods/Specs</source>
1919
</sources>

0 commit comments

Comments
 (0)