buildscript { repositories { maven { url "http://repo1.maven.org/maven2/" } } dependencies { classpath 'com.android.tools.build:gradle:2.1.0' } } apply plugin: 'com.android.library' android { compileSdkVersion Integer.parseInt(project.ANDROID_BUILD_SDK_VERSION) buildToolsVersion project.ANDROID_BUILD_TOOLS_VERSION }