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