remove origin callchatting and replace by callchat

This commit is contained in:
unknown
2020-11-25 11:49:27 +08:00
parent 33510075fe
commit 75a7d57320
5 changed files with 24 additions and 10 deletions

1
.idea/gradle.xml generated
View File

@@ -77,7 +77,6 @@
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
<option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>
</component>

View File

@@ -385,9 +385,6 @@ dependencies {
debugImplementation rootProject.ext.dependencies.debugleakcanary
releaseImplementation rootProject.ext.dependencies.releaseleakcanary
implementation rootProject.ext.dependencies.callchatprovider
implementation rootProject.ext.dependencies.callchat
implementation rootProject.ext.dependencies.mogologlib
compileOnly rootProject.ext.dependencies.adasapi
compileOnly rootProject.ext.dependencies.adasconfigapi

View File

@@ -0,0 +1,20 @@
// 引导模块:部分机型暂不需要引导模块
project.dependencies {
bydautoImplementation rootProject.ext.dependencies.callchat
bydautoImplementation rootProject.ext.dependencies.callchatprovider
d8xxImplementation rootProject.ext.dependencies.callchat
d8xxImplementation rootProject.ext.dependencies.callchatprovider
d80xImplementation rootProject.ext.dependencies.callchat
d80xImplementation rootProject.ext.dependencies.callchatprovider
em4Implementation rootProject.ext.dependencies.callchat
em4Implementation rootProject.ext.dependencies.callchatprovider
e8xxImplementation rootProject.ext.dependencies.callchat
e8xxImplementation rootProject.ext.dependencies.callchatprovider
f8xxImplementation rootProject.ext.dependencies.callchat
f8xxImplementation rootProject.ext.dependencies.callchatprovider
f80xImplementation rootProject.ext.dependencies.callchat
f80xImplementation rootProject.ext.dependencies.callchatprovider
em3Implementation rootProject.ext.dependencies.callchat
em3Implementation rootProject.ext.dependencies.callchatprovider
}

View File

@@ -104,10 +104,8 @@ ext {
moduleapps : "com.mogo.module:module-apps:${MOGO_MODULE_APPS_VERSION}",
mogoconnection : "com.mogo.connection:mogo-connection:${MOGO_CONNECTION_VERSION}",
moduleextensions : "com.mogo.module:module-extensions:${MOGO_MODULE_EXTENSIONS_VERSION}",
carcall : "com.mogo.module.carchatting:module-carchatting:${CARCHATTING_VERSION}",
carcallprovider : "com.mogo.module.carchatting:module-carchatting-provider:${CARCHATTINGPROVIDER_VERSION}",
callchat : "com.mogo.module.carchatout:module-carchatting:1.6.4-SNAPSHOT",
callchatprovider : "com.mogo.module.carchatout:module-carchatting-provider:1.1.7",
callchat : "com.mogo.module.carchatout:module-carchatting:${CARCHATTING_VERSION}",
callchatprovider : "com.mogo.module.carchatout:module-carchatting-provider:${CARCHATTINGPROVIDER_VERSION}",
guideshow : "com.mogo.module:module-guide:${MOGO_MODULE_GUIDESHOW_VERSION}",
// V2X

View File

@@ -129,9 +129,9 @@ TTS_NOOP_VERSION=2.0.7
######## 外部依赖引用
# 车聊聊
CARCHATTING_VERSION=2.0.2
CARCHATTING_VERSION=1.6.5-SNAPSHOT
# 车聊聊接口
CARCHATTINGPROVIDER_VERSION=1.4.1
CARCHATTINGPROVIDER_VERSION=1.1.7
# loglib
LOGLIB_VERSION = 1.0.4