From d401a9df5de8f52eb015f46ed8d92dc3d8bd5e85 Mon Sep 17 00:00:00 2001 From: mx1700 Date: Sun, 28 Jul 2019 17:19:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BC=B1=E7=BD=91=E5=B4=A9?= =?UTF-8?q?=E6=BA=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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