[Add]解决冲突

This commit is contained in:
donghongyu
2021-12-17 19:48:02 +08:00
parent 3b89b3f0e2
commit c01d52bacc
3 changed files with 4 additions and 14 deletions

View File

@@ -34,11 +34,9 @@ dependencies {
if (Boolean.valueOf(RELEASE)) {
implementation "com.mogo.cloud:network:${MOGO_NETWORK_VERSION}"
api "com.mogo.cloud:live:${MOGO_LIVE_VERSION}"
api "com.mogo.cloud:utils:${MOGO_UTILS_VERSION}"
} else {
implementation project(":foudations:mogo-network")
api project(":foudations:mogo-live")
api project(':foudations:mogo-utils')
}
}