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 0d712c00a0
28 changed files with 36 additions and 9 deletions

View file

@ -18,6 +18,7 @@ android {
dependencies {
api(projects.libraries.mediaviewer.impl)
implementation(projects.libraries.architecture)
implementation(projects.libraries.core)
implementation(projects.tests.testutils)
implementation(projects.libraries.matrix.api)