From db74bd487e66baa6b98b4edfcad7f9f4b12cd70e Mon Sep 17 00:00:00 2001 From: gedoor Date: Fri, 16 Apr 2021 08:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89google=E7=BB=9F=E8=AE=A1,?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=8D=8E=E4=B8=BA=E6=89=8B=E6=9C=BA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=B4=A9=E6=BA=83=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 9 +-------- build.gradle | 2 -- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c30060c0c..b76d28272 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -3,7 +3,6 @@ apply plugin: 'kotlin-android' apply plugin: 'kotlin-parcelize' apply plugin: 'kotlin-kapt' apply plugin: 'de.timfreiheit.resourceplaceholders' -apply plugin: 'com.google.firebase.crashlytics' static def releaseTime() { return new Date().format("yy.MMddHH", TimeZone.getTimeZone("GMT+8")) @@ -121,10 +120,6 @@ dependencies { //kotlin implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - //fireBase - implementation 'com.google.firebase:firebase-analytics-ktx:18.0.0' - implementation 'com.google.firebase:firebase-crashlytics-ktx:17.3.0' - //androidX implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.core:core-ktx:1.3.2' @@ -212,6 +207,4 @@ dependencies { //转换繁体 implementation 'com.github.liuyueyi.quick-chinese-transfer:quick-transfer-core:0.1.3' -} - -apply plugin: 'com.google.gms.google-services' \ No newline at end of file +} \ No newline at end of file diff --git a/build.gradle b/build.gradle index ed41f24c3..e421da86b 100644 --- a/build.gradle +++ b/build.gradle @@ -13,8 +13,6 @@ buildscript { classpath 'com.android.tools.build:gradle:4.1.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "de.timfreiheit.resourceplaceholders:placeholders:0.3" - classpath "com.google.gms:google-services:4.3.4" - classpath "com.google.firebase:firebase-crashlytics-gradle:2.4.1" } }