推送对接,分辨率适配
This commit is contained in:
37
niceimageview/build.gradle
Normal file
37
niceimageview/build.gradle
Normal file
@@ -0,0 +1,37 @@
|
||||
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'
|
||||
}
|
||||
Reference in New Issue
Block a user