update version of AICloudSdk

This commit is contained in:
zhongchao
2021-04-15 17:47:11 +08:00
parent 3b36ac750f
commit c052015403
2 changed files with 9 additions and 9 deletions

View File

@@ -155,19 +155,19 @@ LOGLIB_VERSION = 1.0.4
######## MogoAiCloudSDK Version
# 网络请求
MOGO_NETWORK_VERSION=1.0.69
MOGO_NETWORK_VERSION=1.0.70
# 鉴权
MOGO_PASSPORT_VERSION=1.0.69
MOGO_PASSPORT_VERSION=1.0.70
# 常链接
MOGO_SOCKET_VERSION=1.0.69
MOGO_SOCKET_VERSION=1.0.70
# 数据采集
MOGO_REALTIME_VERSION=1.0.69
MOGO_REALTIME_VERSION=1.0.70
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.0.69
MOGO_TANLU_VERSION=1.0.70
# 直播推流
MOGO_LIVE_VERSION=1.0.69
MOGO_LIVE_VERSION=1.0.70
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.0.69
MOGO_TRAFFICLIVE_VERSION=1.0.70
######## Foundation MogoAiCloud Module
# mogoAiCloud apk services

View File

@@ -117,7 +117,7 @@ public class MogoADASController implements IMogoADASController {
/**
* 接收 adas 识别数据线程
*/
private Handler mAdasRecognizedRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasRecognizedRecThread" ).getLooper() ) {
private final Handler mAdasRecognizedRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasRecognizedRecThread" ).getLooper() ) {
@Override
public void handleMessage( Message msg ) {
super.handleMessage( msg );
@@ -132,7 +132,7 @@ public class MogoADASController implements IMogoADASController {
/**
* 接收 adas 定位数据线程
*/
private Handler mAdasLocationRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasLocationRecThread" ).getLooper() ) {
private final Handler mAdasLocationRecHandler = new Handler( WorkThreadHandler.newInstance( "AdasLocationRecThread" ).getLooper() ) {
@Override
public void handleMessage( Message msg ) {
super.handleMessage( msg );