20 lines
380 B
Kotlin
20 lines
380 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
android {
|
|
namespace = "org.openintents.openpgp"
|
|
|
|
buildFeatures {
|
|
aidl = true
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.androidx.lifecycle.common)
|
|
api(libs.androidx.preference)
|
|
api(libs.androidx.fragment)
|
|
|
|
implementation(projects.core.logging.implLegacy)
|
|
implementation(libs.androidx.annotation)
|
|
}
|