Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
13
ui-utils/ItemTouchHelper/build.gradle.kts
Normal file
13
ui-utils/ItemTouchHelper/build.gradle.kts
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.android)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.androidx.recyclerview)
|
||||
|
||||
implementation(libs.androidx.annotation)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "app.k9mail.ui.utils.itemtouchhelper"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue