Format code

This commit is contained in:
ganfra
2023-02-24 20:40:48 +01:00
parent fa4c8d62cf
commit bf95f2a2c7
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ anvil {
}
dependencies {
//api(projects.libraries.rustsdk)
// api(projects.libraries.rustsdk)
api(libs.matrix.sdk)
implementation(projects.libraries.di)
implementation(libs.dagger)

View File

@@ -55,5 +55,4 @@ dependencies {
implementation(projects.features.roomlist)
implementation(projects.features.login)
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
}