12 lines
174 B
Plaintext
Raw Normal View History

2025-03-14 14:37:12 +05:00
plugins {
id("signal-library")
}
android {
namespace = "com.codewaves.stickyheadergrid"
}
dependencies {
implementation("androidx.recyclerview:recyclerview:1.2.1")
}