Inject StringProvider instead of context.

This commit is contained in:
Benoit Marty 2023-05-16 12:21:06 +02:00 committed by Benoit Marty
parent 70df081840
commit ac636d9737
5 changed files with 73 additions and 69 deletions

View file

@ -61,6 +61,7 @@ dependencies {
implementation(projects.features.leaveroom.impl)
implementation(projects.features.login.impl)
implementation(projects.features.networkmonitor.impl)
implementation(projects.services.toolbox.impl)
implementation(libs.coroutines.core)
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
}