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

12 wiersze
176 B
Groovy
Czysty Zwykły widok Historia

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