From 883a501f0903bf397eea69a88436903edac7569f Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 23 Feb 2023 20:47:36 +0800 Subject: [PATCH] [2.13.0-arch-opt] change the gradle --- .../mogo-core-function-datacenter/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/core/function-impl/mogo-core-function-datacenter/build.gradle b/core/function-impl/mogo-core-function-datacenter/build.gradle index 7198aa322c..671995e301 100644 --- a/core/function-impl/mogo-core-function-datacenter/build.gradle +++ b/core/function-impl/mogo-core-function-datacenter/build.gradle @@ -47,14 +47,6 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation rootProject.ext.dependencies.androidxccorektx implementation rootProject.ext.dependencies.androidxappcompat - implementation rootProject.ext.dependencies.arouter - implementation rootProject.ext.dependencies.rxandroid - kapt rootProject.ext.dependencies.aroutercompiler - implementation rootProject.ext.dependencies.androidxroomruntime - kapt rootProject.ext.dependencies.androidxroomcompiler - implementation rootProject.ext.dependencies.androidxroomktx - - implementation rootProject.ext.dependencies.mogoaicloudtelematic implementation project(':libraries:mogo-obu') implementation project(':libraries:mogo-adas') @@ -63,6 +55,14 @@ dependencies { implementation project(":tts:tts-base") implementation project(':core:mogo-core-data') } else { + implementation rootProject.ext.dependencies.arouter + implementation rootProject.ext.dependencies.rxandroid + kapt rootProject.ext.dependencies.aroutercompiler + implementation rootProject.ext.dependencies.androidxroomruntime + kapt rootProject.ext.dependencies.androidxroomcompiler + implementation rootProject.ext.dependencies.androidxroomktx + + implementation rootProject.ext.dependencies.mogoaicloudtelematic implementation project(':core:mogo-core-function-call') implementation project(":foudations:mogo-commons") }