From ff13e5d8937bed60c6f7623481b87e3b4a33a15b Mon Sep 17 00:00:00 2001 From: renwj Date: Tue, 7 Mar 2023 17:25:38 +0800 Subject: [PATCH] =?UTF-8?q?[dev=5Fopt=5F2.15.0]=20=E5=B0=86patch=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E4=BE=9D=E8=B5=96=E6=94=BE=E5=88=B0app?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 1 + core/function-impl/mogo-core-function-hmi/build.gradle | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a74eef3605..931e1f7b01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -356,6 +356,7 @@ dependencies { implementation project(':core:function-impl:mogo-core-function-hmi') implementation project(':core:function-impl:mogo-core-function-map') implementation project(':core:function-impl:mogo-core-function-chat') + implementation project(':core:function-impl:mogo-core-function-patch') implementation project(':foudations:mogo-commons') implementation project(':core:mogo-core-function-call') implementation project(':core:mogo-core-utils') diff --git a/core/function-impl/mogo-core-function-hmi/build.gradle b/core/function-impl/mogo-core-function-hmi/build.gradle index 1746d759e5..e0be61dbc9 100644 --- a/core/function-impl/mogo-core-function-hmi/build.gradle +++ b/core/function-impl/mogo-core-function-hmi/build.gradle @@ -71,7 +71,6 @@ dependencies { implementation rootProject.ext.dependencies.cicle_indicator implementation rootProject.ext.dependencies.koomnative implementation rootProject.ext.dependencies.koomxhook - implementation project(':core:function-impl:mogo-core-function-patch') api project(':test:crashreport-apmbyte') compileOnly project(':core:function-impl:mogo-core-function-datacenter') implementation project(':foudations:mogo-commons')