update version to 1.2.8, include the live and socket new verion
This commit is contained in:
@@ -26,7 +26,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation 'com.google.protobuf:protobuf-java:3.12.4'
|
||||
api 'com.google.protobuf:protobuf-java:3.12.4'
|
||||
|
||||
implementation 'io.netty:netty-all:4.1.8.Final'
|
||||
api 'com.zhidao.ptech:connsvr-protoco:0.1.37'
|
||||
|
||||
@@ -33,25 +33,25 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
|
||||
USERNAME=xintai
|
||||
PASSWORD=xintai2018
|
||||
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
|
||||
RELEASE=false
|
||||
RELEASE=true
|
||||
# AI CLOUD 云平台
|
||||
# 工具类
|
||||
MOGO_UTILS_VERSION=1.2.7
|
||||
MOGO_UTILS_VERSION=1.2.8
|
||||
# 网络请求
|
||||
MOGO_NETWORK_VERSION=1.2.7
|
||||
MOGO_NETWORK_VERSION=1.2.8
|
||||
# 网络DNS
|
||||
MOGO_HTTPDNS_VERSION=1.2.7
|
||||
MOGO_HTTPDNS_VERSION=1.2.8
|
||||
# 鉴权
|
||||
MOGO_PASSPORT_VERSION=1.2.7
|
||||
MOGO_PASSPORT_VERSION=1.2.8
|
||||
# 常链接
|
||||
MOGO_SOCKET_VERSION=1.2.7
|
||||
MOGO_SOCKET_VERSION=1.2.8
|
||||
# 数据采集
|
||||
MOGO_REALTIME_VERSION=1.2.7
|
||||
MOGO_REALTIME_VERSION=1.2.8
|
||||
# 探路,道路事件发布,获取
|
||||
MOGO_TANLU_VERSION=1.2.7
|
||||
MOGO_TANLU_VERSION=1.2.8
|
||||
# 直播推流
|
||||
MOGO_LIVE_VERSION=1.2.7
|
||||
MOGO_LIVE_VERSION=1.2.8
|
||||
# 直播拉流
|
||||
MOGO_TRAFFICLIVE_VERSION=1.2.7
|
||||
MOGO_TRAFFICLIVE_VERSION=1.2.8
|
||||
# 定位服务
|
||||
MOGO_LOCATION_VERSION=1.2.7
|
||||
MOGO_LOCATION_VERSION=1.2.8
|
||||
|
||||
Reference in New Issue
Block a user