From 0d47da34c77bfb10b21330cf76d5f24d0fc8c85b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:24:59 +0000 Subject: [PATCH] Bump com.google.android.gms:play-services-games from 17.0.0 to 24.0.0 Bumps com.google.android.gms:play-services-games from 17.0.0 to 24.0.0. --- updated-dependencies: - dependency-name: com.google.android.gms:play-services-games dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- android/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 533ae678..cb1f579a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -155,9 +155,9 @@ dependencies { implementation "com.chibatching.kotpref:kotpref:$kotpref_version" implementation "com.chibatching.kotpref:initializer:$kotpref_version" withAnalyticsImplementation "com.google.android.gms:play-services-analytics:18.1.1" - withCloudImplementation "com.google.android.gms:play-services-games:17.0.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.android.gms:play-services-games:24.0.0" + withCloudImplementation "com.google.android.gms:play-services-plus:24.0.0" + withCloudImplementation "com.google.android.gms:play-services-gcm:24.0.0" withCloudImplementation('com.google.apis:google-api-services-games:v1-rev98-1.20.0') { exclude module: 'jsr305' }