Stop using deprecated LocalBroadcastManager. We will implement the code when we will work on the troubleshoot notification screen.

This commit is contained in:
Benoit Marty 2023-07-20 16:26:28 +02:00 committed by Benoit Marty
parent e23222591b
commit d7f8aa533e
3 changed files with 4 additions and 11 deletions

View file

@ -52,9 +52,6 @@ dependencies {
implementation(projects.services.appnavstate.api)
implementation(projects.services.toolbox.api)
// 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)
testImplementation(libs.test.truth)