mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-21 19:48:29 +00:00
12 lines
176 B
Groovy
12 lines
176 B
Groovy
plugins {
|
|
id 'signal-library'
|
|
}
|
|
|
|
android {
|
|
namespace 'com.codewaves.stickyheadergrid'
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
|
}
|