fix bug
This commit is contained in:
@@ -133,7 +133,7 @@ internal class HttpDnsHelper(private val builder: MogoHttpDnsConfig) : Handler.C
|
||||
currentLoc?.let { cur ->
|
||||
if (it.cityCode.isNotEmpty()
|
||||
&& cur.cityCode.isNotEmpty()
|
||||
&& TextUtils.equals(
|
||||
&& !TextUtils.equals(
|
||||
it.cityCode,
|
||||
cur.cityCode
|
||||
)
|
||||
|
||||
@@ -36,26 +36,26 @@ PASSWORD=xintai2018
|
||||
RELEASE=true
|
||||
# AI CLOUD 云平台
|
||||
# 工具类
|
||||
MOGO_UTILS_VERSION=1.3.24
|
||||
MOGO_UTILS_VERSION=1.3.26
|
||||
# 网络请求
|
||||
MOGO_NETWORK_VERSION=1.3.24
|
||||
MOGO_NETWORK_VERSION=1.3.26
|
||||
# 网络DNS
|
||||
MOGO_HTTPDNS_VERSION=1.3.24
|
||||
MOGO_HTTPDNS_VERSION=1.3.26
|
||||
# 鉴权
|
||||
MOGO_PASSPORT_VERSION=1.3.24
|
||||
MOGO_PASSPORT_VERSION=1.3.26
|
||||
# 常链接
|
||||
MOGO_SOCKET_VERSION=1.3.24
|
||||
MOGO_SOCKET_VERSION=1.3.26
|
||||
# 数据采集
|
||||
MOGO_REALTIME_VERSION=1.3.24
|
||||
MOGO_REALTIME_VERSION=1.3.26
|
||||
# 探路,道路事件发布,获取
|
||||
MOGO_TANLU_VERSION=1.3.24
|
||||
MOGO_TANLU_VERSION=1.3.26
|
||||
# 直播推流
|
||||
MOGO_LIVE_VERSION=1.3.24
|
||||
MOGO_LIVE_VERSION=1.3.26
|
||||
# 直播拉流
|
||||
MOGO_TRAFFICLIVE_VERSION=1.3.24
|
||||
MOGO_TRAFFICLIVE_VERSION=1.3.26
|
||||
# 定位服务
|
||||
MOGO_LOCATION_VERSION=1.3.24
|
||||
MOGO_LOCATION_VERSION=1.3.26
|
||||
# 远程通讯模块
|
||||
MOGO_TELEMATIC_VERSION=1.3.24
|
||||
MOGO_TELEMATIC_VERSION=1.3.26
|
||||
# v2x
|
||||
MOGO_V2X_VERSION=1.3.24
|
||||
MOGO_V2X_VERSION=1.3.26
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
:foudations:mogo-socket
|
||||
:foudations:mogo-live
|
||||
:foudations:mogo-location
|
||||
:foudations:mogo-v2x
|
||||
:modules:mogo-realtime
|
||||
:modules:mogo-tanlu
|
||||
:modules:mogo-trafficlive
|
||||
:modules:mogo-trafficlive
|
||||
|
||||
Reference in New Issue
Block a user