Skip to content

Commit 02a5f6a

Browse files
Mobile Ads Developer Relationsmaddevrelgithubbot
Mobile Ads Developer Relations
authored andcommitted
Release of Unity plugin 7.0.0.
PiperOrigin-RevId: 432497620
1 parent 0a3e8a9 commit 02a5f6a

File tree

4 files changed

+28
-14
lines changed

4 files changed

+28
-14
lines changed

ChangeLog.txt

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

3+
**************
4+
Version 7.0.0
5+
**************
6+
7+
Plugin:
8+
- Added support for GMA iOS SDK v9. Requires using GMA iOS SDK v9.0.0 or higher.
9+
- Fixed https://github.com/googleads/googleads-mobile-unity/issues/1620
10+
- Updated to use External Dependency Manager for Unity 1.2.169.
11+
12+
Built and tested with:
13+
- Google Play services 20.6.0
14+
- Google Mobile Ads iOS SDK 9.0.0
15+
- External Dependency Manager for Unity 1.2.169.
16+
317
**************
418
Version 6.1.2
519
**************

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@
1717
using System.Reflection;
1818
using System.Runtime.CompilerServices;
1919

20-
[assembly: InternalsVisibleTo("GoogleMobileAds")]
21-
[assembly: InternalsVisibleTo("GoogleMobileAds.Android")]
22-
[assembly: InternalsVisibleTo("GoogleMobileAds.iOS")]
23-
[assembly: InternalsVisibleTo("GoogleMobileAds.Unity")]
24-
[assembly: InternalsVisibleTo("GoogleMobileAdsNative")]
25-
[assembly: InternalsVisibleTo("GoogleMobileAdsNative.iOS")]
26-
[assembly: InternalsVisibleTo("GoogleMobileAdsNative.Android")]
20+
[assembly:InternalsVisibleTo("GoogleMobileAds")]
21+
[assembly:InternalsVisibleTo("GoogleMobileAds.Android")]
22+
[assembly:InternalsVisibleTo("GoogleMobileAds.iOS")]
23+
[assembly:InternalsVisibleTo("GoogleMobileAds.Unity")]
24+
[assembly:InternalsVisibleTo("GoogleMobileAdsNative")]
25+
[assembly:InternalsVisibleTo("GoogleMobileAdsNative.iOS")]
26+
[assembly:InternalsVisibleTo("GoogleMobileAdsNative.Android")]
2727

28-
// Version scheme is {major}.{minor}.{revision|fix|build}
29-
// for more information see go/admob-unity-version
30-
[assembly: AssemblyVersion("7.0.1")]
28+
[assembly:AssemblyVersion("7.0.0")]
29+
[assembly:AssemblyFileVersion("7.0.0")]

source/plugin/Assets/GoogleMobileAds/Common/AssemblyInfo.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
[assembly: InternalsVisibleTo("GoogleMobileAds.iOS")]
2323
[assembly: InternalsVisibleTo("GoogleMobileAds.Unity")]
2424
[assembly: InternalsVisibleTo("GoogleMobileAdsNative")]
25-
[assembly: AssemblyVersion("7.0.1")]
26-
[assembly: AssemblyFileVersion("7.0.1")]
25+
26+
[assembly:AssemblyVersion("7.0.0")]
27+
[assembly:AssemblyFileVersion("7.0.0")]

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<dependencies>
22
<androidPackages>
3-
<androidPackage spec="com.google.android.gms:play-services-ads:20.5.0">
3+
<androidPackage spec="com.google.android.gms:play-services-ads:20.6.0">
44
<repositories>
55
<repository>https://maven.google.com/</repository>
66
</repositories>
77
</androidPackage>
88
</androidPackages>
99

1010
<iosPods>
11-
<iosPod name="Google-Mobile-Ads-SDK" version="~> 8.13">
11+
<iosPod name="Google-Mobile-Ads-SDK" version="~> 9.0">
1212
<sources>
1313
<source>https://github.com/CocoaPods/Specs</source>
1414
</sources>

0 commit comments

Comments
 (0)