thunderbird-android/plugins/openpgp-api-lib/openpgp-api/build.gradle.kts
2023-04-12 10:06:32 +02:00

20 lines
359 B
Text

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(libs.androidx.annotation)
implementation(libs.timber)
}