发布最新版本

This commit is contained in:
董宏宇
2021-02-22 10:36:15 +08:00
parent 3818e9a6d7
commit f6bfc010be
3 changed files with 12 additions and 11 deletions

View File

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