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