update version

This commit is contained in:
zhongchao
2023-02-14 10:52:38 +08:00
parent cc74b0c45e
commit 14a8964916
2 changed files with 12 additions and 26 deletions

View File

@@ -5,7 +5,6 @@ import android.widget.Toast;
import androidx.annotation.Keep;
import com.mogo.cloud.httpdns.MogoHttpDnsClient;
import com.mogo.cloud.httpdns.MogoHttpDnsConfig;
import java.util.ArrayList;
@@ -95,19 +94,6 @@ public class MoGoAiCloudClient {
mAiCloudClientConfig.setToken(token);
}
// // 初始化HttpDNS
// if (mHttpDnsConfig == null) {
// mHttpDnsConfig =
// new MogoHttpDnsConfig()
// .setContext(mContext)
// .setSn(mAiCloudClientConfig.getSn())
// .setEnv(mAiCloudClientConfig.getNetMode())
// .setShowDebugLog(mAiCloudClientConfig.isShowDebugLog())
// .setCurrentLocation(mAiCloudClientConfig.getIHttpDnsCurrentLocation())
// .setLoopCheckDelay(mAiCloudClientConfig.getLoopCheckDelay());
// MogoHttpDnsClient.INSTANCE.init(mHttpDnsConfig);
// }
// 循环调用将数据传出去
for (IMoGoTokenCallback tokenCallback : mTokenCallbacks) {
tokenCallback.onTokenGot(token, sn);

View File

@@ -36,26 +36,26 @@ PASSWORD=xintai2018
RELEASE=true
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.4.4.1
MOGO_UTILS_VERSION=1.4.4.2
# 网络请求
MOGO_NETWORK_VERSION=1.4.4.1
MOGO_NETWORK_VERSION=1.4.4.2
# 网络DNS
MOGO_HTTPDNS_VERSION=1.4.4.1
MOGO_HTTPDNS_VERSION=1.4.4.2
# 鉴权
MOGO_PASSPORT_VERSION=1.4.4.1
MOGO_PASSPORT_VERSION=1.4.4.2
# 常链接
MOGO_SOCKET_VERSION=1.4.4.1
MOGO_SOCKET_VERSION=1.4.4.2
# 数据采集
MOGO_REALTIME_VERSION=1.4.4.1
MOGO_REALTIME_VERSION=1.4.4.2
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.4.4.1
MOGO_TANLU_VERSION=1.4.4.2
# 直播推流
MOGO_LIVE_VERSION=1.4.4.1
MOGO_LIVE_VERSION=1.4.4.2
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.4.4.1
MOGO_TRAFFICLIVE_VERSION=1.4.4.2
# 定位服务
MOGO_LOCATION_VERSION=1.4.4.1
MOGO_LOCATION_VERSION=1.4.4.2
# 远程通讯模块
MOGO_TELEMATIC_VERSION=1.4.4.1
MOGO_TELEMATIC_VERSION=1.4.4.2
# v2x
MOGO_V2X_VERSION=1.4.4.1
MOGO_V2X_VERSION=1.4.4.2