1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-21 21:21:57 -05:00

17 lines
266 B
Groovy
Raw Normal View History

2013-05-25 23:14:46 +02:00
apply plugin: 'android-library'
android {
compileSdkVersion 17
buildToolsVersion '17'
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
}
}
}
archivesBaseName = 'ckChangeLog'