Cleanup, Firebase dep. is not necessary here.

This commit is contained in:
Benoit Marty 2023-04-08 00:23:30 +02:00 committed by Benoit Marty
parent 0126c7ddc1
commit aef48bdf8a

View file

@ -225,9 +225,6 @@ 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)