11 lines
158 B
Text
11 lines
158 B
Text
plugins {
|
|
id "thunderbird.library.android"
|
|
}
|
|
|
|
dependencies {
|
|
api libs.android.material
|
|
}
|
|
|
|
android {
|
|
namespace 'app.k9mail.ui.utils.bottomsheet'
|
|
}
|