Move dependencies block out of the android block.

This commit is contained in:
Benoit Marty
2025-11-03 22:29:38 +01:00
parent 6a4ca17e13
commit f1ad56bef1
12 changed files with 99 additions and 99 deletions

View File

@@ -11,8 +11,8 @@ plugins {
android {
namespace = "io.element.android.libraries.cryptography.test"
dependencies {
api(projects.libraries.cryptography.api)
}
}
dependencies {
api(projects.libraries.cryptography.api)
}