apply plugin: 'com.android.library' apply from: "quality.gradle" apply plugin: 'com.github.dcendents.android-maven' group='com.github.eggheadgames' android { compileSdkVersion 24 buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 15 targetSdkVersion 24 versionCode 4 versionName "1.2.2" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } lintOptions { warningsAsErrors true disable 'GradleDependency' disable 'OldTargetApi' } } dependencies { compile 'com.github.daniel-stoneuk:material-about-library:2.2.1' }