apply plugin: 'com.android.library' android { compileSdkVersion 28 defaultConfig { minSdkVersion 21 targetSdkVersion 28 } buildTypes { release { minifyEnabled false } } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0' }