11 lines
167 B
Text
11 lines
167 B
Text
plugins {
|
|
id "thunderbird.library.android"
|
|
}
|
|
|
|
dependencies {
|
|
api libs.androidx.recyclerview
|
|
}
|
|
|
|
android {
|
|
namespace 'app.k9mail.ui.utils.itemtouchhelper'
|
|
}
|