主页固定显示
This commit is contained in:
48
niceimageview/build.gradle
Normal file
48
niceimageview/build.gradle
Normal file
@@ -0,0 +1,48 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 28
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
iPlay50PDebug {}
|
||||
iPlay50PRelease {}
|
||||
U807Debug {}
|
||||
U807Release {}
|
||||
iPlay50Debug {}
|
||||
iPlay50Release {}
|
||||
zhanRuiDebug {}
|
||||
zhanRuiRelease {}
|
||||
iPlay50SEDebug {}
|
||||
iPlay50SERelease {}
|
||||
iPlay50ProDebug {}
|
||||
iPlay50ProRelease {}
|
||||
T1102Debug {}
|
||||
T1102Release {}
|
||||
iPlay50miniDebug {}
|
||||
iPlay50miniRelease {}
|
||||
iPlay5013Debug {}
|
||||
iPlay5013Release {}
|
||||
iPlay50miniProDebug {}
|
||||
iPlay50miniProRelease {}
|
||||
XPadDebug {}
|
||||
XPadRelease {}
|
||||
teclast8183Debug {}
|
||||
teclast8183Release {}
|
||||
G10PDebug {}
|
||||
G10PRelease {}
|
||||
debug {}
|
||||
release {}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
}
|
||||
Reference in New Issue
Block a user