20 lines
409 B
Text
20 lines
409 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.android)
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(projects.feature.mail.account.api)
|
||
|
|
|
||
|
|
implementation(projects.legacy.ui.legacy)
|
||
|
|
implementation(projects.legacy.core)
|
||
|
|
implementation(projects.core.android.account)
|
||
|
|
|
||
|
|
implementation(libs.preferencex)
|
||
|
|
|
||
|
|
testImplementation(libs.robolectric)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "app.k9mail.feature.widget.unread"
|
||
|
|
}
|