Move dependencies block out of the android block.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user