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
commit 85ef12a401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 36 additions and 9 deletions

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)
}