em1、em2、d82上加上默认速度面板

This commit is contained in:
wangcongtao
2020-12-07 14:39:39 +08:00
parent 82da081817
commit da7e4aae4d

View File

@@ -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')