thunderbird-android/plugins/HoloColorPicker/build.gradle

20 lines
423 B
Groovy
Raw Normal View History

apply plugin: 'com.android.library'
2013-05-25 21:14:46 +00:00
android {
2016-10-19 10:35:28 +00:00
compileSdkVersion androidCompileSdkVersion.toInteger()
buildToolsVersion androidBuildToolsVersion
2013-05-25 21:14:46 +00:00
2014-09-18 13:18:41 +00:00
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
}
}
// Do not abort build if lint finds errors
lintOptions {
abortOnError false
2013-05-25 21:14:46 +00:00
}
}