Fixed compilation

This commit is contained in:
Sergii Pylypenko
2021-08-22 01:44:37 +03:00
parent 3ac05002f0
commit f7be0781d9

View File

@@ -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==
}