11 lines
172 B
Kotlin
11 lines
172 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.legacy.core)
|
|
}
|
|
|
|
android {
|
|
namespace = "com.fsck.k9.crypto.openpgp"
|
|
}
|