1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00
k-9/plugins/HoloColorPicker/build.gradle
2013-11-07 06:48:10 +01:00

15 lines
236 B
Groovy

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