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') {