apply plugin: 'com.android.application' android { compileSdkVersion 22 buildToolsVersion "22.0.1" defaultConfig { applicationId "com.afollestad.materialdialogssample" minSdkVersion 9 targetSdkVersion 22 versionCode 106 versionName "0.7.1.1" } lintOptions { abortOnError false } } dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':library') compile 'com.android.support:gridlayout-v7:22.0.0@aar' }