11 lines
176 B
Groovy
11 lines
176 B
Groovy
plugins {
|
|
id 'signal-library'
|
|
}
|
|
|
|
android {
|
|
namespace 'com.codewaves.stickyheadergrid'
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
}
|