apply plugin: 'com.android.library' android { compileSdkVersion 24 buildToolsVersion "24.0.2" defaultConfig { minSdkVersion 15 targetSdkVersion 24 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile 'com.github.daniel-stoneuk:material-about-library:1.5.0' compile('io.branch.sdk.android:library:2.5.7') { exclude module: 'answers.shim' } }