[MatrixSDK] remove Rust AuthenticationService from the dependency graph

This commit is contained in:
ganfra 2023-03-14 12:04:53 +01:00
parent dc8cfcdb8e
commit 76aefaf995
5 changed files with 2 additions and 42 deletions

View file

@ -57,6 +57,5 @@ dependencies {
implementation(projects.features.roomlist.impl)
implementation(projects.features.login.impl)
implementation(libs.coroutines.core)
implementation(libs.matrix.sdk)
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.2")
}