2023-02-28 17:03:27 +00:00
|
|
|
plugins {
|
|
|
|
id(ThunderbirdPlugins.Library.android)
|
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
|
|
|
namespace = "app.k9mail.core.android.common"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
api(projects.core.common)
|
|
|
|
testImplementation(projects.core.testing)
|
2023-03-07 09:43:59 +00:00
|
|
|
testImplementation(libs.robolectric)
|
2023-02-28 17:03:27 +00:00
|
|
|
}
|