From 54d51750a6613ecea535f07601b88b0b1cde359f Mon Sep 17 00:00:00 2001 From: Caroline Yates Date: Fri, 10 Dec 2021 04:38:51 -0800 Subject: [PATCH] Update dependency versions PiperOrigin-RevId: 415488020 Change-Id: I1dd1b17548626dfeff3d7e363e7ab531e3de5c1e --- source/SupportLib/PlayGamesPluginSupport/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/SupportLib/PlayGamesPluginSupport/build.gradle b/source/SupportLib/PlayGamesPluginSupport/build.gradle index 0a2b8a7e..5d6b176b 100644 --- a/source/SupportLib/PlayGamesPluginSupport/build.gradle +++ b/source/SupportLib/PlayGamesPluginSupport/build.gradle @@ -5,7 +5,7 @@ buildscript { mavenLocal() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'com.android.tools.build:gradle:7.0.4' } } @@ -96,7 +96,7 @@ uploadArchives { } dependencies { - implementation 'com.google.android.gms:play-services-games:21.0.0' - implementation 'com.google.android.gms:play-services-auth:19.2.0' - implementation 'com.google.android.gms:play-services-nearby:18.0.0' + implementation 'com.google.android.gms:play-services-games:22.0.0' + implementation 'com.google.android.gms:play-services-auth:20.0.0' + implementation 'com.google.android.gms:play-services-nearby:18.0.1' }