File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
source/plugin/Assets/GoogleMobileAds Expand file tree Collapse file tree 3 files changed +14
-2
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 3.18.2
5
+ **************
6
+
7
+ Plugin:
8
+ - Update to Android release 18.1.1.
9
+
10
+ Built and tested with:
11
+ - Google Play services 18.1.1
12
+ - Google Mobile Ads iOS SDK 7.47.0
13
+ - Unity Jar Resolver 1.2.123
14
+
3
15
**************
4
16
Version 3.18.1
5
17
**************
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
21
21
{
22
22
public class AdRequest
23
23
{
24
- public const string Version = "3.18.1 " ;
24
+ public const string Version = "3.18.2 " ;
25
25
public const string TestDeviceSimulator = "SIMULATOR" ;
26
26
27
27
private AdRequest ( Builder builder )
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:18.1.0 " >
3
+ <androidPackage spec =" com.google.android.gms:play-services-ads:18.1.1 " >
4
4
<repositories >
5
5
<repository >https://maven.google.com/</repository >
6
6
</repositories >
You can’t perform that action at this time.
0 commit comments