apply plugin: 'com.android.library' android { compileSdkVersion 27 buildToolsVersion "27.0.03" defaultConfig { minSdkVersion 14 targetSdkVersion 27 versionCode 1 } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.1' implementation project(':aboutit') } apply from: rootProject.file('gradle/gradle-mvn-push.gradle')