apply plugin: 'com.android.library' android { compileSdkVersion 28 defaultConfig { minSdkVersion 14 targetSdkVersion 28 versionCode 1 versionName "1.0" } buildTypes { W5ADebug {} W5ARelease {} Aigo1071Debug {} Aigo1071Release {} UnisocS6688Debug {} UnisocS6688Release {} teclast8183Debug {} teclast8183Release {} G10PDebug {} G10PRelease {} U807Debug {} U807Release {} iPlay50SEDebug {} iPlay50SERelease {} debug {} release {} } } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0' } repositories { google() }