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