From f66884bd98d2582df333a3c989542287a74eba7d Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Dec 2020 19:15:50 +0800 Subject: [PATCH 1/2] update callchat t --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 47537e0156..02f2b63fe2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -139,7 +139,7 @@ HTTPDNS_NOOP_VERSION = 2.0.12 ######## 外部依赖引用 # 车聊聊 -CARCHATTING_VERSION=2.2.41 +CARCHATTING_VERSION=2.2.42 # 车聊聊接口 CARCHATTINGPROVIDER_VERSION=1.1.8 # websocket From 2cef54afdb3db87b8e9d79f2e69fcc18c2acd511 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Mon, 28 Dec 2020 20:51:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/map-custom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/map-custom/build.gradle b/libraries/map-custom/build.gradle index bd525599dc..b4e3a6729c 100644 --- a/libraries/map-custom/build.gradle +++ b/libraries/map-custom/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation project(':foudations:mogo-commons') } - implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.5.1' + implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.5.3' // implementation 'com.zhidaoauto.machine:map:1.0.0-vr-7.4.5-log-1' }