18 lines
295 B
Text
18 lines
295 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.android)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "org.openintents.openpgp"
|
||
|
|
|
||
|
|
buildFeatures {
|
||
|
|
aidl = true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(libs.androidx.lifecycle.common)
|
||
|
|
implementation(libs.timber)
|
||
|
|
implementation(libs.preferencex)
|
||
|
|
}
|