add trafficLive release compile

This commit is contained in:
zhongchao
2021-02-07 17:41:43 +08:00
parent 7c20ec5f13
commit 3a6bfb57ed

View File

@@ -48,6 +48,7 @@ dependencies {
if (Boolean.valueOf(RELEASE)) {
implementation "com.mogo.cloud:tanlu:${MOGO_TANLU_VERSION}"
implementation "com.mogo.cloud:realtime:${MOGO_REALTIME_VERSION}"
implementation "com.mogo.cloud:realtime:${MOGO_TRAFFICLIVE_VERSION}"
} else {
implementation project(":modules:mogo-tanlu")
implementation project(":modules:mogo-realtime")