From da7e4aae4dc5cfe3f02166114650f101a622bfa0 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Mon, 7 Dec 2020 14:39:39 +0800 Subject: [PATCH] =?UTF-8?q?em1=E3=80=81em2=E3=80=81d82=E4=B8=8A=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E9=BB=98=E8=AE=A4=E9=80=9F=E5=BA=A6=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/functions/leftpanel.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/functions/leftpanel.gradle b/app/functions/leftpanel.gradle index d1ff2a99ea..a48cd07a81 100644 --- a/app/functions/leftpanel.gradle +++ b/app/functions/leftpanel.gradle @@ -4,9 +4,9 @@ project.dependencies { if (Boolean.valueOf(RELEASE)) { bydautoImplementation rootProject.ext.dependencies.moduleleftpanel - d82xImplementation rootProject.ext.dependencies.moduleleftpanelnoop - em1Implementation rootProject.ext.dependencies.moduleleftpanelnoop - em2Implementation rootProject.ext.dependencies.moduleleftpanelnoop + d82xImplementation rootProject.ext.dependencies.moduleleftpanel + em1Implementation rootProject.ext.dependencies.moduleleftpanel + em2Implementation rootProject.ext.dependencies.moduleleftpanel d8xxImplementation rootProject.ext.dependencies.moduleleftpanelnoop d80xImplementation rootProject.ext.dependencies.moduleleftpanelnoop em4Implementation rootProject.ext.dependencies.moduleleftpanelnoop @@ -18,9 +18,9 @@ project.dependencies { } else { bydautoImplementation project(':modules:mogo-module-left-panel') - d82xImplementation project(':modules:mogo-module-left-panel-noop') - em1Implementation project(':modules:mogo-module-left-panel-noop') - em2Implementation project(':modules:mogo-module-left-panel-noop') + d82xImplementation project(':modules:mogo-module-left-panel') + em1Implementation project(':modules:mogo-module-left-panel') + em2Implementation project(':modules:mogo-module-left-panel') d8xxImplementation project(':modules:mogo-module-left-panel-noop') d80xImplementation project(':modules:mogo-module-left-panel-noop') em4Implementation project(':modules:mogo-module-left-panel-noop')