thunderbird-android/plugins/HoloColorPicker/build.gradle
2016-10-19 12:35:28 +02:00

19 lines
423 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion androidCompileSdkVersion.toInteger()
buildToolsVersion androidBuildToolsVersion
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
}
}
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
}
}