推送对接,分辨率适配

This commit is contained in:
2023-05-29 09:33:59 +08:00
parent 8598e6f861
commit f10f006df1
90 changed files with 21335 additions and 11 deletions

View 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'
}