13 lines
252 B
Text
13 lines
252 B
Text
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.k9mail.core.android.common"
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.core.common)
|
|
testImplementation(projects.core.testing)
|
|
testImplementation(libs.robolectric)
|
|
}
|