From e52dbeda8a7cef30b5250d2826127456a2445f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 04:17:04 +0000 Subject: [PATCH] Bump play-services-games from 19.0.0 to 23.1.0 Bumps play-services-games from 19.0.0 to 23.1.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-games dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d897d133..29c18592 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -146,7 +146,7 @@ dependencies { implementation "com.chibatching.kotpref:kotpref:$kotpref_version" implementation "com.chibatching.kotpref:initializer:$kotpref_version" withAnalyticsImplementation "com.google.android.gms:play-services-analytics:17.0.0" - withCloudImplementation "com.google.android.gms:play-services-games:19.0.0" + withCloudImplementation "com.google.android.gms:play-services-games:23.1.0" withCloudImplementation "com.google.android.gms:play-services-plus:17.0.0" withCloudImplementation "com.google.android.gms:play-services-gcm:17.0.0" withCloudImplementation('com.google.apis:google-api-services-games:v1-rev98-1.20.0') {