Configure com.google.firebase:firebase-bom and add dependency on firebase-messaging-ktx
This commit is contained in:
parent
a073afe8c9
commit
7fad3caea4
3 changed files with 8 additions and 3 deletions
|
|
@ -223,6 +223,9 @@ dependencies {
|
|||
implementation(platform(libs.network.okhttp.bom))
|
||||
implementation("com.squareup.okhttp3:logging-interceptor")
|
||||
|
||||
implementation(platform(libs.google.firebase.bom))
|
||||
implementation("com.google.firebase:firebase-messaging-ktx")
|
||||
|
||||
implementation(libs.dagger)
|
||||
kapt(libs.dagger.compiler)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue