防止歧义已将gradle.properties 中RELEASE改为USE_MAVEN_PACKAGE
Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ dependencies {
|
||||
|
||||
implementation rootProject.ext.dependencies.adasHigh
|
||||
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
|
||||
implementation rootProject.ext.dependencies.mogo_core_data
|
||||
implementation rootProject.ext.dependencies.mogo_core_utils
|
||||
implementation rootProject.ext.dependencies.mogo_core_function_api
|
||||
|
||||
Reference in New Issue
Block a user