thunderbird-android/ui-utils/ItemTouchHelper/build.gradle

10 lines
197 B
Groovy
Raw Normal View History

apply plugin: 'com.android.library'
dependencies {
api "androidx.recyclerview:recyclerview:${versions.androidxRecyclerView}"
}
android {
namespace 'app.k9mail.ui.utils.itemtouchhelper'
}