Skip to content

Commit

Permalink
Release of Unity plugin 7.0.0.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 432497620
  • Loading branch information
Mobile Ads Developer Relations authored and maddevrelgithubbot committed Mar 4, 2022
1 parent 0a3e8a9 commit 02a5f6a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
14 changes: 14 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
Google Mobile Ads Unity Plugin Change Log

**************
Version 7.0.0
**************

Plugin:
- Added support for GMA iOS SDK v9. Requires using GMA iOS SDK v9.0.0 or higher.
- Fixed https://github.com/googleads/googleads-mobile-unity/issues/1620
- Updated to use External Dependency Manager for Unity 1.2.169.

Built and tested with:
- Google Play services 20.6.0
- Google Mobile Ads iOS SDK 9.0.0
- External Dependency Manager for Unity 1.2.169.

**************
Version 6.1.2
**************
Expand Down
19 changes: 9 additions & 10 deletions source/plugin/Assets/GoogleMobileAds/Api/Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
using System.Reflection;
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("GoogleMobileAds")]
[assembly: InternalsVisibleTo("GoogleMobileAds.Android")]
[assembly: InternalsVisibleTo("GoogleMobileAds.iOS")]
[assembly: InternalsVisibleTo("GoogleMobileAds.Unity")]
[assembly: InternalsVisibleTo("GoogleMobileAdsNative")]
[assembly: InternalsVisibleTo("GoogleMobileAdsNative.iOS")]
[assembly: InternalsVisibleTo("GoogleMobileAdsNative.Android")]
[assembly:InternalsVisibleTo("GoogleMobileAds")]
[assembly:InternalsVisibleTo("GoogleMobileAds.Android")]
[assembly:InternalsVisibleTo("GoogleMobileAds.iOS")]
[assembly:InternalsVisibleTo("GoogleMobileAds.Unity")]
[assembly:InternalsVisibleTo("GoogleMobileAdsNative")]
[assembly:InternalsVisibleTo("GoogleMobileAdsNative.iOS")]
[assembly:InternalsVisibleTo("GoogleMobileAdsNative.Android")]

// Version scheme is {major}.{minor}.{revision|fix|build}
// for more information see go/admob-unity-version
[assembly: AssemblyVersion("7.0.1")]
[assembly:AssemblyVersion("7.0.0")]
[assembly:AssemblyFileVersion("7.0.0")]
5 changes: 3 additions & 2 deletions source/plugin/Assets/GoogleMobileAds/Common/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
[assembly: InternalsVisibleTo("GoogleMobileAds.iOS")]
[assembly: InternalsVisibleTo("GoogleMobileAds.Unity")]
[assembly: InternalsVisibleTo("GoogleMobileAdsNative")]
[assembly: AssemblyVersion("7.0.1")]
[assembly: AssemblyFileVersion("7.0.1")]

[assembly:AssemblyVersion("7.0.0")]
[assembly:AssemblyFileVersion("7.0.0")]
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:20.5.0">
<androidPackage spec="com.google.android.gms:play-services-ads:20.6.0">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
</androidPackages>

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

0 comments on commit 02a5f6a

Please sign in to comment.