mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
修复弱网崩溃问题
This commit is contained in:
parent
d11b10e741
commit
d401a9df5d
1 changed files with 3 additions and 4 deletions
|
@ -192,14 +192,11 @@ dependencies {
|
||||||
implementation 'com.tencent.xinge:mipush:4.3.2-xiaomi-release'
|
implementation 'com.tencent.xinge:mipush:4.3.2-xiaomi-release'
|
||||||
|
|
||||||
// Firebase dependencies
|
// 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.google.firebase:firebase-core:16.0.9"
|
||||||
implementation('com.crashlytics.sdk.android:crashlytics:2.9.9@aar') {
|
implementation('com.crashlytics.sdk.android:crashlytics:2.9.9@aar') {
|
||||||
transitive = true
|
transitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.google.gms.google-services'
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run this once to be able to run the application with BUCK
|
// Run this once to be able to run the application with BUCK
|
||||||
|
@ -208,3 +205,5 @@ task copyDownloadableDepsToLibs(type: Copy) {
|
||||||
from configurations.compile
|
from configurations.compile
|
||||||
into 'libs'
|
into 'libs'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply plugin: 'com.google.gms.google-services'
|
Loading…
Reference in a new issue