diff --git a/project/app/build-template.gradle b/project/app/build-template.gradle index 955248238..d9dea55f3 100644 --- a/project/app/build-template.gradle +++ b/project/app/build-template.gradle @@ -26,12 +26,9 @@ android { } assetPacks = [":assetpack"] // ==ASSETPACK== - - dependencies { compile 'com.google.android.gms:play-services-games:21.0.0' } // ==GOOGLEPLAYGAMESERVICES== - dependencies { compile 'com.google.android.gms:play-services-drive:17.0.0' } // ==GOOGLEPLAYGAMESERVICES== } dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.google.android.play:core:1.10.0' + implementation 'com.google.android.gms:play-services-games:21.0.0' // ==GOOGLEPLAYGAMESERVICES== }