update version
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,8 @@
|
||||
package com.mogo.cloud.socket.entity;
|
||||
|
||||
public class SocketDownDataHelper {
|
||||
|
||||
public static final int FROM_MY_LOCATION = 1;
|
||||
public static final int FROM_ADAS = 2;
|
||||
public static final int FROM_ROAD_UNIT = 3;
|
||||
}
|
||||
@@ -30,20 +30,20 @@ PASSWORD=xintai2018
|
||||
RELEASE=true
|
||||
# AI CLOUD 云平台
|
||||
# 工具类
|
||||
MOGO_UTILS_VERSION=1.1.2
|
||||
MOGO_UTILS_VERSION=1.1.4
|
||||
# 网络请求
|
||||
MOGO_NETWORK_VERSION=1.1.2
|
||||
MOGO_NETWORK_VERSION=1.1.4
|
||||
# 网络DNS
|
||||
MOGO_HTTPDNS_VERSION=1.1.2
|
||||
MOGO_HTTPDNS_VERSION=1.1.4
|
||||
# 鉴权
|
||||
MOGO_PASSPORT_VERSION=1.1.2
|
||||
MOGO_PASSPORT_VERSION=1.1.4
|
||||
# 常链接
|
||||
MOGO_SOCKET_VERSION=1.1.2
|
||||
MOGO_SOCKET_VERSION=1.1.4
|
||||
# 数据采集
|
||||
MOGO_REALTIME_VERSION=1.1.2
|
||||
MOGO_REALTIME_VERSION=1.1.4
|
||||
# 探路,道路事件发布,获取
|
||||
MOGO_TANLU_VERSION=1.1.2
|
||||
MOGO_TANLU_VERSION=1.1.4
|
||||
# 直播推流
|
||||
MOGO_LIVE_VERSION=1.1.2
|
||||
MOGO_LIVE_VERSION=1.1.4
|
||||
# 直播拉流
|
||||
MOGO_TRAFFICLIVE_VERSION=1.1.2
|
||||
MOGO_TRAFFICLIVE_VERSION=1.1.4
|
||||
|
||||
Reference in New Issue
Block a user