0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
thunderbird-android/ui-utils/ItemTouchHelper/build.gradle.kts
2023-04-12 10:06:31 +02:00

14 lines
222 B
Plaintext

plugins {
id(ThunderbirdPlugins.Library.android)
}
dependencies {
api(libs.androidx.recyclerview)
implementation(libs.androidx.annotation)
}
android {
namespace = "app.k9mail.ui.utils.itemtouchhelper"
}