From b27ffd50bcf1532673ee5fdd7bef9ce83598ecbb Mon Sep 17 00:00:00 2001 From: zhongchao Date: Fri, 25 Feb 2022 22:43:27 +0800 Subject: [PATCH] fix bug --- .../com/mogo/cloud/httpdns/HttpDnsHelper.kt | 2 +- gradle.properties | 24 +++++++++---------- modules.txt | 3 ++- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/foudations/mogo-httpdns/src/main/java/com/mogo/cloud/httpdns/HttpDnsHelper.kt b/foudations/mogo-httpdns/src/main/java/com/mogo/cloud/httpdns/HttpDnsHelper.kt index 53b212f..82c4123 100644 --- a/foudations/mogo-httpdns/src/main/java/com/mogo/cloud/httpdns/HttpDnsHelper.kt +++ b/foudations/mogo-httpdns/src/main/java/com/mogo/cloud/httpdns/HttpDnsHelper.kt @@ -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 ) diff --git a/gradle.properties b/gradle.properties index 1382c90..61b5b78 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/modules.txt b/modules.txt index e482b29..f6c4f0e 100644 --- a/modules.txt +++ b/modules.txt @@ -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 \ No newline at end of file +:modules:mogo-trafficlive