diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 8116b81..1563bc1 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -26,7 +26,6 @@ diff --git a/app/build.gradle b/app/build.gradle index 998c7a1..5ee9c8d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,8 +58,10 @@ 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:live:${MOGO_LIVE_VERSION}" + implementation "com.mogo.cloud:trafficlive:${MOGO_TRAFFICLIVE_VERSION}" + + implementation "com.mogo.cloud:live:${MOGO_LIVE_VERSION}" } else { implementation project(":modules:mogo-tanlu") implementation project(":modules:mogo-realtime") diff --git a/gradle.properties b/gradle.properties index cbe9b07..02e99e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -29,12 +29,12 @@ PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 RELEASE=true # AI CLOUD 云平台 -MOGO_UTILS_VERSION=1.0.20-SNAPSHOT -MOGO_NETWORK_VERSION=1.0.20-SNAPSHOT -MOGO_HTTPDNS_VERSION=1.0.20-SNAPSHOT -MOGO_PASSPORT_VERSION=1.0.20-SNAPSHOT -MOGO_SOCKET_VERSION=1.0.21-SNAPSHOT -MOGO_REALTIME_VERSION=1.0.22-SNAPSHOT -MOGO_TANLU_VERSION=1.0.20-SNAPSHOT -MOGO_LIVE_VERSION=1.0.20-SNAPSHOT -MOGO_TRAFFICLIVE_VERSION=1.0.20-SNAPSHOT +MOGO_UTILS_VERSION=1.0.21-SNAPSHOT +MOGO_NETWORK_VERSION=1.0.21-SNAPSHOT +MOGO_HTTPDNS_VERSION=1.0.21-SNAPSHOT +MOGO_PASSPORT_VERSION=1.0.21-SNAPSHOT +MOGO_SOCKET_VERSION=1.0.22-SNAPSHOT +MOGO_REALTIME_VERSION=1.0.23-SNAPSHOT +MOGO_TANLU_VERSION=1.0.21-SNAPSHOT +MOGO_LIVE_VERSION=1.0.21-SNAPSHOT +MOGO_TRAFFICLIVE_VERSION=1.0.21-SNAPSHOT