From 3a6bfb57ed7501475bc77b5a82581916486a32ec Mon Sep 17 00:00:00 2001 From: zhongchao Date: Sun, 7 Feb 2021 17:41:43 +0800 Subject: [PATCH] add trafficLive release compile --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index c33760b..3fc486f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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")