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