TM-SGNL-Android/sticky-header-grid/build.gradle.kts
TELEMESSAGE\Shilo 1c47e8ba52 new baseline - 1
2024-01-23 11:32:42 +02:00

11 lines
174 B
Kotlin

plugins {
id("signal-library")
}
android {
namespace = "com.codewaves.stickyheadergrid"
}
dependencies {
implementation("androidx.recyclerview:recyclerview:1.2.1")
}