apply plugin: 'android-library' android { // Define these properties in the gradle.properties file in the root project folder compileSdkVersion 19 buildToolsVersion "22.0.1" defaultConfig { minSdkVersion 9 targetSdkVersion 19 } sourceSets.main { manifest.srcFile 'AndroidManifest.xml' java.srcDirs = ['src'] res.srcDirs = ['res'] } }