apply plugin: 'android-library' android { compileSdkVersion 19 buildToolsVersion '19.0.1' // Do not abort build if lint finds errors lintOptions { abortOnError false } }