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