// please leave this here, so this library builds on its own buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:1.0.0' } } apply plugin: 'com.android.library' android { compileSdkVersion 21 buildToolsVersion '21.1.2' // Do not abort build if lint finds errors lintOptions { abortOnError false } }