k9-mail/core/ui/legacy/theme2/k9mail/build.gradle.kts

12 lines
202 B
Text
Raw Permalink Normal View History

2025-11-22 13:56:56 +01:00
plugins {
id(ThunderbirdPlugins.Library.android)
}
android {
namespace = "app.k9mail.core.ui.legacy.theme2.k9mail"
}
dependencies {
implementation(projects.core.ui.legacy.theme2.common)
}