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' }