Skip to content

Commit

Permalink
Release of Google Mobile Ads Unity SDK version 9.5.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705684212
  • Loading branch information
Mobile Ads Developer Relations authored and copybara-github committed Dec 13, 2024
1 parent 6319cd9 commit 10053e2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
Google Mobile Ads Unity Plugin Change Log

**************
Version Next
Version 9.5.0
**************
- Added GetPlatformVersion API to MobileAds class to be able to fetch the version info of the underlying GMA Android or iOS SDK.
- Added `CustomTargeting` field to AdRequest.
- Added `GetPlatformVersion` API to MobileAds class to be able to fetch the version info of the underlying GMA Android or iOS SDK.
- Updated the GMA iOS SDK dependency version to 11.13.0.
- Updated the GMA Android SDK dependency version to 23.6.0.

Built and tested with:
- Google Mobile Ads Android SDK 23.6.0
- Google Mobile Ads iOS SDK 11.13.0
- Google User Messaging Platform Android SDK 3.1.0
- Google User Messaging Platform iOS SDK 2.7.0
- External Dependency Manager for Unity 1.2.183

**************
Version 9.4.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.google.android.gms:play-services-ads:23.5.0">
<androidPackage spec="com.google.android.gms:play-services-ads:23.6.0">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
Expand All @@ -13,7 +13,7 @@
</androidPackages>

<iosPods>
<iosPod name="Google-Mobile-Ads-SDK" version="~> 11.12.0">
<iosPod name="Google-Mobile-Ads-SDK" version="~> 11.13.0">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
Expand Down

0 comments on commit 10053e2

Please sign in to comment.