1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-22 05:31:55 -05:00
2013-06-28 23:59:08 +02:00

17 lines
268 B
Groovy

apply plugin: 'android-library'
android {
compileSdkVersion 17
buildToolsVersion '17'
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
}
}
}
archivesBaseName = 'PullToRefresh'