From c7d8d37835e53f931bbb71e41d40d3b4b5a03db8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Fri, 22 Oct 2021 10:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=AE=98=E5=85=B3=E6=8E=89?= =?UTF-8?q?=E4=BA=86ADAS=E6=97=A5=E5=BF=97=E7=9A=84=E7=89=88=E6=9C=AC=20?= =?UTF-8?q?=E9=99=8D=E4=BD=8E=E5=9C=B0=E5=9B=BE=E7=89=88=E6=9C=AC=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=B4=A9=E6=BA=83=E4=BB=A5=E5=8F=8A=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E8=A7=A6=E6=8E=A7=E5=88=AB=E7=9A=84UI=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 董宏宇 --- config.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.gradle b/config.gradle index 454fd3cc9b..a4ef87dbfd 100644 --- a/config.gradle +++ b/config.gradle @@ -168,7 +168,7 @@ ext { obusdk : "com.zhidao.enterprise.smartv2x:smartv2x:1.0.0.3", mogoobu : 'com.zhidao.support.obu:mogoobu:1.0.0.17', mogoami : 'com.zhidao.support.obu.ami:mogoami:1.0.0.4', - adasHigh : 'com.zhidao.support.adas:high:1.2.0.4', + adasHigh : 'com.zhidao.support.adas:high:1.2.0.5', // 左侧面板 moduleleftpanel : "com.mogo.module:module-left-panel:${MOGO_MODULE_LEFT_PANEL_VERSION}", diff --git a/gradle.properties b/gradle.properties index 9fb472d4e6..e4fe6dc0b3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -182,7 +182,7 @@ MOGO_TRAFFICLIVE_VERSION=1.1.46 # 定位服务 MOGO_LOCATION_VERSION=1.1.46 # 自研地图 -MAP_SDK_VERSION=1.0.1-vr-1.1.3 +MAP_SDK_VERSION=1.0.1-vr-1.1.2 #################架构升级新的版本号 MOGO_CORE_FUNCTION_HMI_VERSION=1.0.0 ## 产品库必备配置,产品库自动对versionCode和versionName版本进行升级