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