2018-08-31 00:59:39 +00:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
apply plugin: 'org.jetbrains.kotlin.android'
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation project(":app:core")
|
|
|
|
|
|
|
|
testImplementation "junit:junit:${versions.junit}"
|
|
|
|
testImplementation "org.mockito:mockito-core:${versions.mockito}"
|
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2022-09-17 12:33:34 +00:00
|
|
|
namespace 'com.fsck.k9.crypto.openpgp'
|
2018-08-31 00:59:39 +00:00
|
|
|
}
|