Move dependencies block out of the android block.
This commit is contained in:
parent
6a4ca17e13
commit
f1ad56bef1
12 changed files with 99 additions and 99 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue