移除Maven依赖的adasHigh

This commit is contained in:
xinfengkun
2022-04-20 17:51:40 +08:00
parent 27bb62bb2e
commit 0676d33fb3
2 changed files with 1 additions and 2 deletions

View File

@@ -114,7 +114,6 @@ ext {
obusdk : "com.zhidao.enterprise.smartv2x:smartv2x:1.0.0.3",
mogoobu : 'com.zhidao.support.obu:mogoobu:1.0.0.25',
mogoami : 'com.zhidao.support.obu.ami:mogoami:1.0.0.16',
adasHigh : 'com.zhidao.support.adas:high:1.2.1.2_bate25',
// google
googlezxing : "com.google.zxing:core:3.3.3",

View File

@@ -64,7 +64,7 @@ dependencies {
implementation rootProject.ext.dependencies.mogo_core_network
implementation rootProject.ext.dependencies.mogo_core_function_api
implementation rootProject.ext.dependencies.mogo_core_function_call
implementation rootProject.ext.dependencies.adasHigh
implementation project(':libraries:mogo-adas')
} else {
implementation project(':modules:mogo-module-common')
implementation project(':modules:mogo-module-service')