diff --git a/app/build.gradle b/app/build.gradle index 1de1985..bf15055 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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") }