14 lines
225 B
Text
14 lines
225 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.android)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "net.thunderbird.core.ui.account"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(projects.core.ui.legacy.designsystem)
|
||
|
|
|
||
|
|
implementation(libs.glide)
|
||
|
|
}
|