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

12 lines
176 B
Groovy
Raw Normal View History

2022-10-21 11:04:40 -04:00
plugins {
id 'signal-library'
2022-10-21 11:04:40 -04:00
}
android {
2023-02-11 15:35:01 -05:00
namespace 'com.codewaves.stickyheadergrid'
2022-10-21 11:04:40 -04:00
}
dependencies {
implementation 'androidx.recyclerview:recyclerview:1.2.1'
}