update aicloud sdk version

This commit is contained in:
zhongchao
2021-11-21 11:41:17 +08:00
parent 6384a2d906
commit 1f07cc6a3e
3 changed files with 2183 additions and 10 deletions

2
.idea/misc.xml generated
View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ASMIdeaPluginConfiguration">
<asm skipDebug="true" skipFrames="true" skipCode="false" expandFrames="false" />
<asm skipDebug="false" skipFrames="false" skipCode="false" expandFrames="false" />
<groovy codeStyle="LEGACY" />
</component>
<component name="ASMPluginConfiguration">

2173
1 Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
#优化kapt
#并行运行kapt1.2.60版本以上支持
kapt.use.worker.api=true
#增量编译 kapt1.3.60版本以上支持
#增量编译 kapt1.3.50版本以上支持
kapt.incremental.apt=true
#kapt avoiding 如果用kapt依赖的内容没有变化会完全重用编译内容省掉app:kaptGenerateStubsDebugKotlin的时间
kapt.include.compile.classpath=false
@@ -63,21 +63,21 @@ SERVICE_CHAIN_VERSION=1.0.23
LOGLIB_VERSION=1.0.4
######## MogoAiCloudSDK Version ########
# 网络请求
MOGO_NETWORK_VERSION=1.3.6
MOGO_NETWORK_VERSION=1.3.7
# 鉴权
MOGO_PASSPORT_VERSION=1.3.6
MOGO_PASSPORT_VERSION=1.3.7
# 常链接
MOGO_SOCKET_VERSION=1.3.6
MOGO_SOCKET_VERSION=1.3.7
# 数据采集
MOGO_REALTIME_VERSION=1.3.6
MOGO_REALTIME_VERSION=1.3.7
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.3.6
MOGO_TANLU_VERSION=1.3.7
# 直播推流
MOGO_LIVE_VERSION=1.3.6
MOGO_LIVE_VERSION=1.3.7
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.3.6
MOGO_TRAFFICLIVE_VERSION=1.3.7
# 定位服务
MOGO_LOCATION_VERSION=1.3.6
MOGO_LOCATION_VERSION=1.3.7
######## MogoAiCloudSDK Version ########
# 自研地图
MAP_SDK_VERSION=V2.0.0.4