Merge pull request #6697 from element-hq/feature/bma/fixDependencyError

Fix dependency error
This commit is contained in:
Benoit Marty
2026-04-30 16:57:19 +02:00
committed by GitHub
28 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ android {
dependencies {
api(projects.features.location.api)
implementation(projects.libraries.architecture)
implementation(projects.libraries.matrix.api)
implementation(libs.appyx.core)
implementation(projects.tests.testutils)
}