From a5a0144bac19445a59cf89ad562fedf7efe6510f Mon Sep 17 00:00:00 2001 From: donghongyu Date: Tue, 17 Jan 2023 12:27:27 +0800 Subject: [PATCH] =?UTF-8?q?[Change]=20=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC1.4.3.32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/cloud/MoGoApplication.java | 2 +- .../main/res/layout/activity_live_play_on.xml | 2 +- gradle.properties | 24 +++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/src/main/java/com/mogo/cloud/MoGoApplication.java b/app/src/main/java/com/mogo/cloud/MoGoApplication.java index c97f61a..1bebfd4 100644 --- a/app/src/main/java/com/mogo/cloud/MoGoApplication.java +++ b/app/src/main/java/com/mogo/cloud/MoGoApplication.java @@ -60,7 +60,7 @@ public class MoGoApplication extends MultiDexApplication { // 设置AI云平台分配给三方应用的签名密钥,需要从AI云平台申请 // 设置车机设备的唯一标识(这些表识必须是通过后台录入的设备) // TODO 这里使用的是测试的sn - clientConfig.setThirdPartyDeviceId("1234567899876543218"); + clientConfig.setThirdPartyDeviceId("12345678998765432169"); // 设置应用服务AppId 长链、鉴权 //todo 需要卸载智慧驾驶、行车记录仪 clientConfig.setServiceAppId("com.mogo.launcher"); // 设置循环检测间隔时间 diff --git a/app/src/main/res/layout/activity_live_play_on.xml b/app/src/main/res/layout/activity_live_play_on.xml index 1efcb05..6b8f3bf 100644 --- a/app/src/main/res/layout/activity_live_play_on.xml +++ b/app/src/main/res/layout/activity_live_play_on.xml @@ -26,7 +26,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:hint="请输入要查看的车机SN" - android:text="F803BB2037EZD00048" + android:text="F803EB2046PZD00190" android:textColor="#850808" android:textSize="16sp" app:layout_constraintBottom_toTopOf="@+id/liveToggleBtn" diff --git a/gradle.properties b/gradle.properties index 6fe598a..c82176d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,26 +36,26 @@ PASSWORD=xintai2018 RELEASE=true # AI CLOUD 云平台 # 工具类 -MOGO_UTILS_VERSION=1.4.3.31 +MOGO_UTILS_VERSION=1.4.3.32 # 网络请求 -MOGO_NETWORK_VERSION=1.4.3.31 +MOGO_NETWORK_VERSION=1.4.3.32 # 网络DNS -MOGO_HTTPDNS_VERSION=1.4.3.31 +MOGO_HTTPDNS_VERSION=1.4.3.32 # 鉴权 -MOGO_PASSPORT_VERSION=1.4.3.31 +MOGO_PASSPORT_VERSION=1.4.3.32 # 常链接 -MOGO_SOCKET_VERSION=1.4.3.31 +MOGO_SOCKET_VERSION=1.4.3.32 # 数据采集 -MOGO_REALTIME_VERSION=1.4.3.31 +MOGO_REALTIME_VERSION=1.4.3.32 # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.4.3.31 +MOGO_TANLU_VERSION=1.4.3.32 # 直播推流 -MOGO_LIVE_VERSION=1.4.3.31 +MOGO_LIVE_VERSION=1.4.3.32 # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.4.3.31 +MOGO_TRAFFICLIVE_VERSION=1.4.3.32 # 定位服务 -MOGO_LOCATION_VERSION=1.4.3.31 +MOGO_LOCATION_VERSION=1.4.3.32 # 远程通讯模块 -MOGO_TELEMATIC_VERSION=1.4.3.31 +MOGO_TELEMATIC_VERSION=1.4.3.32 # v2x -MOGO_V2X_VERSION=1.4.3.31 +MOGO_V2X_VERSION=1.4.3.32