修改测试demo的依赖

This commit is contained in:
董宏宇
2021-02-01 15:22:32 +08:00
parent fd1bbbca88
commit 0eeffcf785

View File

@@ -44,13 +44,9 @@ dependencies {
implementation rootProject.ext.dependencies.rxandroid
if (Boolean.valueOf(RELEASE)) {
implementation "com.mogo.cloud:network:${MOGO_NETWORK_VERSION}"
implementation "com.mogo.cloud:socket:${MOGO_SOCKET_VERSION}"
implementation "com.mogo.cloud:tanlu:${MOGO_TANLU_VERSION}"
implementation "com.mogo.cloud:realtime:${MOGO_REALTIME_VERSION}"
} else {
implementation project(":foudations:mogo-socket")
implementation project(":foudations:mogo-network")
implementation project(":modules:mogo-tanlu")
implementation project(":modules:mogo-realtime")
}