Fixed compilation
This commit is contained in:
@@ -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==
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user