11 lines
180 B
Text
11 lines
180 B
Text
plugins {
|
|
id(ThunderbirdPlugins.Library.android)
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.androidx.recyclerview)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.k9mail.ui.utils.linearlayoutmanager"
|
|
}
|