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