Skip to content

Commit 252e219

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Release Google Mobile Ads Unity Plugin version 11.4.0.
PiperOrigin-RevId: 964838765
1 parent 0fa3f20 commit 252e219

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

ChangeLog.txt

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

33
**************
4-
Version Next
4+
Version 11.4.0
55
**************
66

7+
- Updated the GMA iOS SDK dependency version to 13.7.0.
8+
- Updated the GMA Android SDK dependency version to 25.4.0.
9+
- Updated the GMA Android Next-Gen SDK dependency version to 1.3.1.
710
- Added support for forwarding request extras to Android ad request builders when using the Next-Gen SDK.
811
- Added PeekAdResponseInfo() support for Preloading APIs to inspect first ad object in cache without removing it.
912
- Added fix to handle destroying banner ad before the ad finishes loading when using the next gen SDK.

samples/HelloWorld/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"dependencies": {
1212
"com.unity.ugui": "1.0.0",
1313
"com.unity.modules.androidjni": "1.0.0",
14-
"com.google.ads.mobile" : "11.3.0"
14+
"com.google.ads.mobile": "11.4.0"
1515
}
1616
}

source/plugin/Assets/GoogleMobileAds/Editor/AndroidBuildPreProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class AndroidBuildPreProcessor : IPreprocessBuildWithReport
3636
{
3737
private const string NextGenLibrary = "com.google.android.libraries.ads.mobile.sdk:ads-mobile-sdk";
3838
private const string CurrentLibrary = "com.google.android.gms:play-services-ads";
39-
private const string LatestNextGenVersion = "1.2.1";
39+
private const string LatestNextGenVersion = "1.3.1";
4040
private const string CurrentVersion = "25.4.0";
4141

4242
private const string NextGenSpec = NextGenLibrary + ":" + LatestNextGenVersion;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</androidPackages>
2424

2525
<iosPods>
26-
<iosPod name="Google-Mobile-Ads-SDK" version="~> 13.6">
26+
<iosPod name="Google-Mobile-Ads-SDK" version="~> 13.7">
2727
<sources>
2828
<source>https://github.com/CocoaPods/Specs</source>
2929
</sources>

0 commit comments

Comments
 (0)