2023-01-08 02:14:00 +00:00
|
|
|
plugins {
|
2023-02-23 10:13:01 +00:00
|
|
|
id(ThunderbirdPlugins.Library.android)
|
2023-01-08 02:14:00 +00:00
|
|
|
}
|
2022-11-03 15:40:43 +00:00
|
|
|
|
|
|
|
dependencies {
|
2023-02-23 10:13:01 +00:00
|
|
|
api(libs.androidx.recyclerview)
|
2023-04-11 15:18:49 +00:00
|
|
|
|
|
|
|
implementation(libs.androidx.annotation)
|
2022-11-03 15:40:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
android {
|
2023-02-23 10:13:01 +00:00
|
|
|
namespace = "app.k9mail.ui.utils.itemtouchhelper"
|
2022-11-03 15:40:43 +00:00
|
|
|
}
|