37 lines
780 B
Groovy
37 lines
780 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
compileSdkVersion 28
|
|
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
targetSdkVersion 28
|
|
versionCode 1
|
|
versionName "1.0"
|
|
}
|
|
|
|
buildTypes {
|
|
Cube8183Debug {}
|
|
Cube8183Release {}
|
|
Teclast8183Debug {}
|
|
Teclast8183Release {}
|
|
iPlay50SEDebug {}
|
|
iPlay50SERelease {}
|
|
iPlay50miniDebug {}
|
|
iPlay50miniRelease {}
|
|
iPlay5013Debug {}
|
|
iPlay5013Release {}
|
|
iPlay40HDebug {}
|
|
iPlay40HRelease {}
|
|
zhanRuiDebug {}
|
|
zhanRuiRelease {}
|
|
debug {}
|
|
release {}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
|
implementation 'com.android.support:appcompat-v7:28.0.0'
|
|
} |