发布最新版本

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

1
.idea/gradle.xml generated
View File

@@ -26,7 +26,6 @@
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
<option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>
</component>

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

View File

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