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