mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
11 lines
174 B
Text
11 lines
174 B
Text
plugins {
|
|
id("signal-library")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.codewaves.stickyheadergrid"
|
|
}
|
|
|
|
dependencies {
|
|
implementation("androidx.recyclerview:recyclerview:1.2.1")
|
|
}
|