11 lines
167 B
Text
11 lines
167 B
Text
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.android.material)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.k9mail.ui.utils.bottomsheet"
|
|
}
|