Skip to content

Commit

Permalink
#unity #release Prepare for Unity Plugin 5.3.0 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 324068902
  • Loading branch information
JillSong authored and maddevrelgithubbot committed Jul 30, 2020
1 parent f04cf47 commit 3c3dffd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Google Mobile Ads Unity Plugin Change Log

**************
Version 5.3.0
**************

Plugin:
- Add InitializationStatusClient for Init callback in Unity Editor. Fixes #1394.
- Update to Android SDK version 19.3.0

Built and tested with:
- Google Play services 19.3.0
- Google Mobile Ads iOS SDK 7.63.0
- External Dependency Manager for Unity 1.2.156.

**************
Version 5.2.0
**************
Expand Down
2 changes: 1 addition & 1 deletion source/plugin/Assets/GoogleMobileAds/Api/Core/AdRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
{
public class AdRequest
{
public const string Version = "5.2.0";
public const string Version = "5.3.0";
public const string TestDeviceSimulator = "SIMULATOR";

private AdRequest(Builder builder)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<dependencies>
<androidPackages>
<androidPackage spec="com.google.android.gms:play-services-ads:19.2.0">
<androidPackage spec="com.google.android.gms:play-services-ads:19.3.0">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
</androidPackages>

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

0 comments on commit 3c3dffd

Please sign in to comment.