downgrade the protoBuf version
This commit is contained in:
@@ -47,7 +47,7 @@ dependencies {
|
||||
|
||||
api 'com.zhidao.libyuv:libyuv:1.0.1.0'
|
||||
implementation 'com.zhidao.ptech:connsvr-protoco:0.1.23'
|
||||
implementation 'com.google.protobuf:protobuf-java:3.5.1'
|
||||
implementation 'com.google.protobuf:protobuf-java:3.0.0'
|
||||
implementation rootProject.ext.dependencies.rxjava
|
||||
implementation rootProject.ext.dependencies.rxandroid
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ dependencies {
|
||||
|
||||
// socket-for-internal 长链 内部SDK版本
|
||||
implementation 'com.zhidao.socketsdk:socketsdk:2.1.4'
|
||||
implementation 'com.google.protobuf:protobuf-java:3.5.1'
|
||||
implementation 'com.google.protobuf:protobuf-java:3.0.0'
|
||||
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
implementation "com.mogo.cloud:passport:${MOGO_PASSPORT_VERSION}"
|
||||
|
||||
@@ -30,20 +30,20 @@ PASSWORD=xintai2018
|
||||
RELEASE=true
|
||||
# AI CLOUD 云平台
|
||||
# 工具类
|
||||
MOGO_UTILS_VERSION=1.1.5
|
||||
MOGO_UTILS_VERSION=1.1.6
|
||||
# 网络请求
|
||||
MOGO_NETWORK_VERSION=1.1.5
|
||||
MOGO_NETWORK_VERSION=1.1.6
|
||||
# 网络DNS
|
||||
MOGO_HTTPDNS_VERSION=1.1.5
|
||||
MOGO_HTTPDNS_VERSION=1.1.6
|
||||
# 鉴权
|
||||
MOGO_PASSPORT_VERSION=1.1.5
|
||||
MOGO_PASSPORT_VERSION=1.1.6
|
||||
# 常链接
|
||||
MOGO_SOCKET_VERSION=1.1.5
|
||||
MOGO_SOCKET_VERSION=1.1.6
|
||||
# 数据采集
|
||||
MOGO_REALTIME_VERSION=1.1.5
|
||||
MOGO_REALTIME_VERSION=1.1.6
|
||||
# 探路,道路事件发布,获取
|
||||
MOGO_TANLU_VERSION=1.1.5
|
||||
MOGO_TANLU_VERSION=1.1.6
|
||||
# 直播推流
|
||||
MOGO_LIVE_VERSION=1.1.5
|
||||
MOGO_LIVE_VERSION=1.1.6
|
||||
# 直播拉流
|
||||
MOGO_TRAFFICLIVE_VERSION=1.1.5
|
||||
MOGO_TRAFFICLIVE_VERSION=1.1.6
|
||||
|
||||
Reference in New Issue
Block a user