From 9f6a538c5c3ef35d47749b747f6bb040b04be7af Mon Sep 17 00:00:00 2001 From: Caroline Yates Date: Wed, 1 Apr 2020 12:33:14 -0700 Subject: [PATCH] Update dependency version number for play-services-auth PiperOrigin-RevId: 304239811 Change-Id: I90411e0d9254115f3f0feb0df627fc7b9c2d07c8 --- source/SupportLib/PlayGamesPluginSupport/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/SupportLib/PlayGamesPluginSupport/build.gradle b/source/SupportLib/PlayGamesPluginSupport/build.gradle index 35340ace5..3d2734d56 100644 --- a/source/SupportLib/PlayGamesPluginSupport/build.gradle +++ b/source/SupportLib/PlayGamesPluginSupport/build.gradle @@ -97,6 +97,6 @@ uploadArchives { dependencies { implementation 'com.google.android.gms:play-services-games:19.0.0' - implementation 'com.google.android.gms:play-services-auth:17.0.0' + implementation 'com.google.android.gms:play-services-auth:18.0.0' implementation 'com.google.android.gms:play-services-nearby:17.0.0' }