Skip to content

Commit cb487fc

Browse files
Samuel Stowmaddevrelgithubbot
authored andcommitted
Prepare for 3.18.2 release.
PiperOrigin-RevId: 260020500
1 parent 789f6e4 commit cb487fc

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

ChangeLog.txt

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

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+
315
**************
416
Version 3.18.1
517
**************

source/plugin/Assets/GoogleMobileAds/Api/AdRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace GoogleMobileAds.Api
2121
{
2222
public class AdRequest
2323
{
24-
public const string Version = "3.18.1";
24+
public const string Version = "3.18.2";
2525
public const string TestDeviceSimulator = "SIMULATOR";
2626

2727
private AdRequest(Builder builder)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<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">
44
<repositories>
55
<repository>https://maven.google.com/</repository>
66
</repositories>

0 commit comments

Comments
 (0)