From 4b91ab060a30d1b45e7a0a6b9a398fc56a937c32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Sun, 7 Feb 2021 19:38:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=BA=86=E7=9B=B4=E6=92=AD?= =?UTF-8?q?=E6=8E=A8=E9=80=81SDK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 3 ++- foudations/mogo-live/gradle.properties | 2 +- gradle.properties | 16 ++++++++-------- modules.txt | 4 +++- modules/mogo-trafficlive/build.gradle | 2 +- 5 files changed, 15 insertions(+), 12 deletions(-) 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")