refactor(servicing): 重构极光推送相关代码并优化面部识别功能
- 移除了极光推送相关的冗余代码和配置- 更新了极光推送 SDK版本 - 优化了面部识别流程,增加了弱光环境处理 - 调整了车型信息展示逻辑 - 修复了一些潜在的 bug 和性能问题
This commit is contained in:
@ -9,9 +9,9 @@ crashreport = "4.0.4"
|
||||
fastjson = "1.2.69"
|
||||
glide = "4.16.0"
|
||||
gson = "2.11.0"
|
||||
jcore = "3.3.2"
|
||||
jcore = "5.0.0"
|
||||
faceDetection = "16.1.7"
|
||||
jpush = "4.8.1"
|
||||
jpush = "5.6.0"
|
||||
location = "5.6.1"
|
||||
loggingInterceptor = "4.11.0"
|
||||
#这是一个长期维护的版本,不建议升级
|
||||
@ -74,7 +74,6 @@ crashreport = { module = "com.tencent.bugly:crashreport", version.ref = "crashre
|
||||
fastjson = { module = "com.alibaba:fastjson", version.ref = "fastjson" }
|
||||
glide = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
||||
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
||||
jcore = { module = "cn.jiguang.sdk:jcore", version.ref = "jcore" }
|
||||
jpush = { module = "cn.jiguang.sdk:jpush", version.ref = "jpush" }
|
||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
||||
|
Reference in New Issue
Block a user