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 586d1a076c
commit 1f87e10376

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)