[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

@ -219,7 +219,6 @@ dependencies {
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.startup)
implementation(libs.coil)
implementation(libs.matrix.sdk)
implementation(libs.dagger)
kapt(libs.dagger.compiler)