Signal-Android/sticky-header-grid/build.gradle.kts

12 lines
174 B
Text
Raw Permalink Normal View History

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