androidx fit

This commit is contained in:
zhongchao
2021-11-16 20:06:18 +08:00
parent 21628a75a1
commit e148de5450
4 changed files with 17 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
package com.mogo.cloud.socket.third.core;
import android.support.annotation.NonNull;
import androidx.annotation.NonNull;
public interface Callback {

View File

@@ -1,7 +1,7 @@
package com.mogo.cloud.socket.third.core;
import android.support.annotation.NonNull;
import android.support.v4.util.ArraySet;
import androidx.annotation.NonNull;
import androidx.collection.ArraySet;
import com.mogo.cloud.utils.logger.Logger;

View File

@@ -1,6 +1,7 @@
package com.mogo.cloud.socket.third.core;
import android.support.v4.util.ArraySet;
import androidx.collection.ArraySet;
import com.mogo.cloud.utils.logger.Logger;

View File

@@ -33,25 +33,25 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai
PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=true
RELEASE=false
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.2.4
MOGO_UTILS_VERSION=1.2.6
# 网络请求
MOGO_NETWORK_VERSION=1.2.4
MOGO_NETWORK_VERSION=1.2.6
# 网络DNS
MOGO_HTTPDNS_VERSION=1.2.4
MOGO_HTTPDNS_VERSION=1.2.6
# 鉴权
MOGO_PASSPORT_VERSION=1.2.4
MOGO_PASSPORT_VERSION=1.2.6
# 常链接
MOGO_SOCKET_VERSION=1.2.4
MOGO_SOCKET_VERSION=1.2.6
# 数据采集
MOGO_REALTIME_VERSION=1.2.4
MOGO_REALTIME_VERSION=1.2.6
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.2.4
MOGO_TANLU_VERSION=1.2.6
# 直播推流
MOGO_LIVE_VERSION=1.2.4
MOGO_LIVE_VERSION=1.2.6
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.2.4
MOGO_TRAFFICLIVE_VERSION=1.2.6
# 定位服务
MOGO_LOCATION_VERSION=1.2.4
MOGO_LOCATION_VERSION=1.2.6