15 lines
266 B
Text
15 lines
266 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.android)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "app.k9mail.library.tokenautocomplete"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(libs.androidx.annotation)
|
||
|
|
implementation(libs.androidx.appcompat)
|
||
|
|
|
||
|
|
testImplementation(libs.junit)
|
||
|
|
}
|