修改本地话依赖可用
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user