发布了直播推送SDK

This commit is contained in:
董宏宇
2021-02-07 19:38:09 +08:00
parent db4841a462
commit 4b91ab060a
5 changed files with 15 additions and 12 deletions

View File

@@ -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")

View File

@@ -1,4 +1,4 @@
GROUP=com.mogo.cloud
POM_ARTIFACT_ID=live
VERSION_CODE=1
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.9-SNAPSHOT

View File

@@ -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

View File

@@ -2,5 +2,7 @@
:foudations:mogo-passport
:foudations:mogo-network
:foudations:mogo-socket
:foudations:mogo-live
:modules:mogo-realtime
:modules:mogo-tanlu
:modules:mogo-tanlu
:modules:mogo-trafficlive

View File

@@ -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")