2023-02-16 09:30:06 +00:00
|
|
|
plugins {
|
2023-02-23 10:13:01 +00:00
|
|
|
id(ThunderbirdPlugins.Library.android)
|
2023-02-16 09:30:06 +00:00
|
|
|
}
|
2022-12-14 17:43:31 +00:00
|
|
|
|
|
|
|
dependencies {
|
2023-04-11 15:18:49 +00:00
|
|
|
api(libs.androidx.appcompat)
|
2023-02-23 10:13:01 +00:00
|
|
|
api(libs.android.material)
|
2023-04-11 15:18:49 +00:00
|
|
|
api(libs.androidx.coordinatorlayout)
|
|
|
|
|
|
|
|
implementation(libs.androidx.annotation)
|
|
|
|
implementation(libs.androidx.fragment)
|
|
|
|
implementation(libs.androidx.lifecycle.viewmodel)
|
2022-12-14 17:43:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2023-02-23 10:13:01 +00:00
|
|
|
namespace = "app.k9mail.ui.utils.bottomsheet"
|
2022-12-14 17:43:31 +00:00
|
|
|
}
|