Configure com.google.firebase:firebase-bom and add dependency on firebase-messaging-ktx

This commit is contained in:
Benoit Marty 2023-03-13 15:17:44 +01:00 committed by Benoit Marty
parent a073afe8c9
commit 7fad3caea4
3 changed files with 8 additions and 3 deletions

View file

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