diff --git a/source/SupportLib/PlayGamesPluginSupport/build.gradle b/source/SupportLib/PlayGamesPluginSupport/build.gradle index 5d6b176b..9398141f 100644 --- a/source/SupportLib/PlayGamesPluginSupport/build.gradle +++ b/source/SupportLib/PlayGamesPluginSupport/build.gradle @@ -96,7 +96,7 @@ uploadArchives { } dependencies { - 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' + implementation 'com.google.android.gms:play-services-games:22.0.1' + implementation 'com.google.android.gms:play-services-auth:20.0.1' + implementation 'com.google.android.gms:play-services-nearby:18.0.2' }