update version to 1.2.8, include the live and socket new verion

This commit is contained in:
zhongchao
2021-11-16 20:24:59 +08:00
parent 6989608c3d
commit 4babfac54c
2 changed files with 12 additions and 12 deletions

View File

@@ -26,7 +26,7 @@ android {
dependencies { dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"]) 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' implementation 'io.netty:netty-all:4.1.8.Final'
api 'com.zhidao.ptech:connsvr-protoco:0.1.37' api 'com.zhidao.ptech:connsvr-protoco:0.1.37'

View File

@@ -33,25 +33,25 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai USERNAME=xintai
PASSWORD=xintai2018 PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=false RELEASE=true
# AI CLOUD 云平台 # 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 # 网络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