diff --git a/app/build.gradle b/app/build.gradle index 3fc486f..88379d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,8 @@ 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}" + implementation "com.mogo.cloud:live:${MOGO_LIVE_VERSION}" + implementation "com.mogo.cloud:trafficlive:${MOGO_TRAFFICLIVE_VERSION}" } else { implementation project(":modules:mogo-tanlu") implementation project(":modules:mogo-realtime") diff --git a/foudations/mogo-live/gradle.properties b/foudations/mogo-live/gradle.properties index fce2406..e946fff 100644 --- a/foudations/mogo-live/gradle.properties +++ b/foudations/mogo-live/gradle.properties @@ -1,4 +1,4 @@ GROUP=com.mogo.cloud POM_ARTIFACT_ID=live VERSION_CODE=1 -VERSION_NAME=1.0.0-SNAPSHOT \ No newline at end of file +VERSION_NAME=1.0.9-SNAPSHOT \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index b8f9d17..3f91ed0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -25,11 +25,11 @@ PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 RELEASE=false # AI CLOUD 云平台 -MOGO_NETWORK_VERSION=1.0.9-SNAPSHOT -MOGO_HTTPDNS_VERSION=1.0.9-SNAPSHOT -MOGO_PASSPORT_VERSION=1.0.9-SNAPSHOT -MOGO_SOCKET_VERSION=1.0.9-SNAPSHOT -MOGO_REALTIME_VERSION=1.0.9-SNAPSHOT -MOGO_TANLU_VERSION=1.0.9-SNAPSHOT -MOGO_LIVE_VERSION=1.0.9-SNAPSHOT -MOGO_TRAFFICLIVE_VERSION=1.0.9-SNAPSHOT +MOGO_NETWORK_VERSION=1.0.10-SNAPSHOT +MOGO_HTTPDNS_VERSION=1.0.10-SNAPSHOT +MOGO_PASSPORT_VERSION=1.0.10-SNAPSHOT +MOGO_SOCKET_VERSION=1.0.10-SNAPSHOT +MOGO_REALTIME_VERSION=1.0.10-SNAPSHOT +MOGO_TANLU_VERSION=1.0.10-SNAPSHOT +MOGO_LIVE_VERSION=1.0.10-SNAPSHOT +MOGO_TRAFFICLIVE_VERSION=1.0.10-SNAPSHOT diff --git a/modules.txt b/modules.txt index f6cdbb6..5881de5 100644 --- a/modules.txt +++ b/modules.txt @@ -2,5 +2,7 @@ :foudations:mogo-passport :foudations:mogo-network :foudations:mogo-socket +:foudations:mogo-live :modules:mogo-realtime -:modules:mogo-tanlu \ No newline at end of file +:modules:mogo-tanlu +:modules:mogo-trafficlive \ No newline at end of file diff --git a/modules/mogo-trafficlive/build.gradle b/modules/mogo-trafficlive/build.gradle index ebbd5e5..1eea67d 100644 --- a/modules/mogo-trafficlive/build.gradle +++ b/modules/mogo-trafficlive/build.gradle @@ -32,7 +32,7 @@ dependencies { if (Boolean.valueOf(RELEASE)) { implementation "com.mogo.cloud:network:${MOGO_NETWORK_VERSION}" - implementation "com.mogo.cloud:network:${MOGO_LIVE_VERSION}" + implementation "com.mogo.cloud:live:${MOGO_LIVE_VERSION}" } else { implementation project(":foudations:mogo-network") implementation project(":foudations:mogo-live")