Skip to content

Commit ebd375f

Browse files
Mobile Ads Developer Relationsmaddevrelgithubbot
authored andcommitted
#unity GMA 6.1.1 release
Added support for ad inspector. PiperOrigin-RevId: 398797239
1 parent 4c0a8d6 commit ebd375f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

ChangeLog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
Google Mobile Ads Unity Plugin Change Log
22

3+
**************
4+
Version 6.1.1
5+
**************
6+
7+
Plugin:
8+
- Added support for ad inspector.
9+
10+
Built and tested with:
11+
- Google Play services 20.2.0
12+
- Google Mobile Ads iOS SDK 8.8.0
13+
- External Dependency Manager for Unity 1.2.165.
14+
15+
Known issue:
16+
- iOS Resolver library cannot be loaded in Unity 2021.1.11 and 2021.1.12. It can be loaded properly with Unity 2021.1.10. See https://github.com/googlesamples/unity-jar-resolver/issues/441 for more information.
17+
18+
319
**************
420
Version 6.1.0
521
**************

source/plugin/Assets/GoogleMobileAds/Api/Core/AdRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
2121
{
2222
public class AdRequest
2323
{
24-
public const string Version = "6.1.0";
24+
public const string Version = "6.1.1";
2525
public const string TestDeviceSimulator = "SIMULATOR";
2626

2727
private AdRequest(Builder builder)

0 commit comments

Comments
 (0)