k9-mail/plugins/openpgp-api-lib/openpgp-api/build.gradle.kts
2025-11-22 13:56:56 +01:00

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)
}