20 lines
359 B
Text
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)
|
|
}
|