diff --git a/android/app/build.gradle b/android/app/build.gradle index 102b5ac..8cc272f 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -192,14 +192,11 @@ dependencies { implementation 'com.tencent.xinge:mipush:4.3.2-xiaomi-release' // Firebase dependencies - implementation "com.google.android.gms:play-services-base:16.1.0" + //implementation "com.google.android.gms:play-services-base:16.1.0" implementation "com.google.firebase:firebase-core:16.0.9" implementation('com.crashlytics.sdk.android:crashlytics:2.9.9@aar') { transitive = true } - - apply plugin: 'com.google.gms.google-services' - } // Run this once to be able to run the application with BUCK @@ -208,3 +205,5 @@ task copyDownloadableDepsToLibs(type: Copy) { from configurations.compile into 'libs' } + +apply plugin: 'com.google.gms.google-services' \ No newline at end of file