This commit is contained in:
Benoit Marty 2023-04-12 10:06:11 +02:00
parent f4e4be7479
commit 245c46c8b8
6 changed files with 10 additions and 25 deletions

View file

@ -55,9 +55,8 @@ dependencies {
exclude(group = "com.android.support", module = "support-annotations")
}
// TODO Remove
implementation(platform(libs.google.firebase.bom))
implementation("com.google.firebase:firebase-messaging-ktx")
// TODO Temporary use the deprecated LocalBroadcastManager, to be changed later.
implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.1.0")
testImplementation(libs.test.junit)
testImplementation(libs.test.mockk)