修复弱网崩溃问题

This commit is contained in:
mx1700 2019-07-28 17:19:17 +08:00
parent d11b10e741
commit d401a9df5d

View file

@ -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'