version
fix: update:基本界面完成
This commit is contained in:
@@ -22,6 +22,11 @@ android {
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
ndk {
|
||||
//根据需要 自行选择添加的对应cpu类型的.so库。
|
||||
abiFilters 'armeabi', 'armeabi-v7a', 'arm64-v8a'
|
||||
@@ -29,26 +34,33 @@ android {
|
||||
}
|
||||
|
||||
buildConfigField "String", "WEBSOCKET_URL", '"wss://led.aolelearn.com/wss/device"'
|
||||
|
||||
dataBinding {
|
||||
enabled true
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
// Or, if you prefer, you can continue to check for errors in release builds,
|
||||
// but continue the build even when errors are found:
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
aaptOptions.cruncherEnabled = false
|
||||
aaptOptions.useNewCruncher = false
|
||||
|
||||
packagingOptions {
|
||||
// 根据错误信息,排除具体的重复文件
|
||||
exclude 'META-INF/DEPENDENCIES'
|
||||
// 如果还有其他类似冲突(如NOTICE, LICENSE文件),可以一并排除
|
||||
exclude 'META-INF/NOTICE'
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
}
|
||||
}
|
||||
|
||||
dataBinding {
|
||||
enabled true
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
checkReleaseBuilds false
|
||||
// Or, if you prefer, you can continue to check for errors in release builds,
|
||||
// but continue the build even when errors are found:
|
||||
abortOnError false
|
||||
}
|
||||
|
||||
aaptOptions.cruncherEnabled = false
|
||||
aaptOptions.useNewCruncher = false
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
targetCompatibility JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
signingConfigs {
|
||||
tuixin {
|
||||
@@ -207,6 +219,19 @@ dependencies {
|
||||
implementation 'io.github.lucksiege:pictureselector:v3.11.1'
|
||||
// implementation 'com.github.wanglu1209:PhotoViewer:0.50'
|
||||
// implementation 'com.github.wanggaowan:PhotoPreview:2.5.5'
|
||||
|
||||
|
||||
/*jxw依赖*/
|
||||
// implementation 'io.github.cymchad:BaseRecyclerViewAdapterHelper4:4.3.2'
|
||||
// implementation "io.github.cymchad:BaseRecyclerViewAdapterHelper:3.0.14"
|
||||
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.47'
|
||||
implementation 'io.github.youth5201314:banner:2.2.3'
|
||||
implementation 'com.google.android.exoplayer:exoplayer:2.9.4'
|
||||
implementation 'com.google.android.exoplayer:exoplayer-core:2.9.4'
|
||||
implementation 'com.tencent.tav:libpag:latest.release'
|
||||
implementation 'com.ufreedom.uikit:FloatingTextLibrary:0.2.0'
|
||||
implementation 'org.apache.httpcomponents:httpcore:4.4.9'
|
||||
implementation 'org.apache.httpcomponents:httpclient:4.5.5'
|
||||
}
|
||||
|
||||
preBuild {
|
||||
|
||||
Reference in New Issue
Block a user