thunderbird-android/ui-utils/ItemTouchHelper/build.gradle.kts
2023-02-23 14:52:15 +01:00

11 lines
167 B
Text

plugins {
id "thunderbird.library.android"
}
dependencies {
api libs.androidx.recyclerview
}
android {
namespace 'app.k9mail.ui.utils.itemtouchhelper'
}