修改本地话依赖可用

This commit is contained in:
董宏宇
2021-02-01 15:38:12 +08:00
parent 0eeffcf785
commit 726aa40b51
3 changed files with 4 additions and 4 deletions

View File

@@ -38,9 +38,9 @@ dependencies {
implementation rootProject.ext.dependencies.videoprocessor
if (Boolean.valueOf(RELEASE)) {
implementation "com.mogo.cloud:network:${MOGO_NETWORK_VERSION}"
api "com.mogo.cloud:network:${MOGO_NETWORK_VERSION}"
} else {
implementation project(':foudations:mogo-network')
api project(':foudations:mogo-network')
}
}