File tree 4 files changed +28
-14
lines changed
source/plugin/Assets/GoogleMobileAds 4 files changed +28
-14
lines changed Original file line number Diff line number Diff line change 1
1
Google Mobile Ads Unity Plugin Change Log
2
2
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
+
3
17
**************
4
18
Version 6.1.2
5
19
**************
Original file line number Diff line number Diff line change 17
17
using System . Reflection ;
18
18
using System . Runtime . CompilerServices ;
19
19
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" ) ]
27
27
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" ) ]
Original file line number Diff line number Diff line change 22
22
[ assembly: InternalsVisibleTo ( "GoogleMobileAds.iOS" ) ]
23
23
[ assembly: InternalsVisibleTo ( "GoogleMobileAds.Unity" ) ]
24
24
[ 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" ) ]
Original file line number Diff line number Diff line change 1
1
<dependencies >
2
2
<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" >
4
4
<repositories >
5
5
<repository >https://maven.google.com/</repository >
6
6
</repositories >
7
7
</androidPackage >
8
8
</androidPackages >
9
9
10
10
<iosPods >
11
- <iosPod name =" Google-Mobile-Ads-SDK" version =" ~> 8.13 " >
11
+ <iosPod name =" Google-Mobile-Ads-SDK" version =" ~> 9.0 " >
12
12
<sources >
13
13
<source >https://github.com/CocoaPods/Specs</source >
14
14
</sources >
You can’t perform that action at this time.
0 commit comments