Stop using deprecated LocalBroadcastManager. We will implement the code when we will work on the troubleshoot notification screen.
This commit is contained in:
parent
e23222591b
commit
d7f8aa533e
3 changed files with 4 additions and 11 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue