New list with sticky list headers library
This commit is contained in:
23
libraries/StickyListHeaders/sample/build.gradle
Normal file
23
libraries/StickyListHeaders/sample/build.gradle
Normal file
@@ -0,0 +1,23 @@
|
||||
apply plugin: 'android'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
compile project(':library')
|
||||
compile 'com.android.support:appcompat-v7:19.0.+'
|
||||
compile 'com.android.support:support-v4:19.0.0'
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
buildToolsVersion '19.0.0'
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
manifest.srcFile 'AndroidManifest.xml'
|
||||
java.srcDirs = ['src']
|
||||
res.srcDirs = ['res']
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user