防止歧义已将gradle.properties 中RELEASE改为USE_MAVEN_PACKAGE

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-11-02 16:43:52 +08:00
parent 02150bf7d6
commit 7807cff6df
72 changed files with 72 additions and 72 deletions

View File

@@ -53,7 +53,7 @@ dependencies {
kapt rootProject.ext.dependencies.aroutercompiler
if (Boolean.valueOf(RELEASE)) {
if (Boolean.valueOf(USE_MAVEN_PACKAGE)) {
implementation rootProject.ext.dependencies.androidxrecyclerview
implementation rootProject.ext.dependencies.modulecommon