11 lines
182 B
Kotlin
11 lines
182 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
android {
|
|
namespace = "net.thunderbird.core.android.contact"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.mail.common)
|
|
}
|