[2.13.0]gradle

This commit is contained in:
zhongchao
2022-11-28 10:21:47 +08:00
parent 37f7414744
commit ebc451d00d
7 changed files with 3 additions and 26 deletions

View File

@@ -55,21 +55,15 @@ dependencies {
implementation rootProject.ext.dependencies.androidxroomktx
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
// implementation rootProject.ext.dependencies.modulecommon
// implementation rootProject.ext.dependencies.moduleservice
implementation rootProject.ext.dependencies.mogo_core_data
implementation rootProject.ext.dependencies.mogo_core_utils
implementation rootProject.ext.dependencies.mogo_core_function_api
implementation rootProject.ext.dependencies.mogo_core_function_call
implementation rootProject.ext.dependencies.mogo_core_res
} else {
// implementation project(':modules:mogo-module-common')
// implementation project(':modules:mogo-module-service')
implementation project(':core:mogo-core-data')
implementation project(':core:mogo-core-utils')
implementation project(':core:mogo-core-function-api')
implementation project(':core:mogo-core-function-call')
implementation project(':core:mogo-core-res')
}
}