apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' group = 'com.github.pedroSG94' android { compileSdkVersion 27 buildToolsVersion "27.0.3" defaultConfig { minSdkVersion 9 targetSdkVersion 27 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } } dependencies { compile project(':libvlc') }