remove dependency to com.google.firebase:firebase-core

This commit is contained in:
tateisu 2019-12-11 06:38:50 +09:00
parent 1aa1ad19c8
commit 09d05d5b3a
1 changed files with 8 additions and 2 deletions

View File

@ -115,9 +115,15 @@ dependencies {
kapt 'androidx.annotation:annotation:1.1.0'
// No longer add the Android library com.google.firebase:firebase-core.
// This SDK included the Firebase SDK for Google Analytics.
// Now, to use Analytics (or any of the Firebase products that require or recommend the use of Analytics),
// you need to explicitly add the Analytics dependency: com.google.firebase:firebase-analytics:17.2.1
// implementation "com.google.firebase:firebase-core:17.2.1"
// https://firebase.google.com/support/release-notes/android
implementation "com.google.firebase:firebase-core:17.2.1"
implementation "com.google.firebase:firebase-messaging:20.0.1"
implementation "com.google.firebase:firebase-messaging:20.1.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"