apply plugin: 'com.android.library' android { compileSdkVersion 24 buildToolsVersion '24.0.1' defaultConfig { minSdkVersion 8 targetSdkVersion 24 versionCode 1 versionName "1.0" } // Do not abort build if lint finds errors lintOptions { abortOnError false } }