From 4babfac54c38fd2fd0ea8356b0a61677604089a4 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Tue, 16 Nov 2021 20:24:59 +0800 Subject: [PATCH] update version to 1.2.8, include the live and socket new verion --- foudations/mogo-socket/build.gradle | 2 +- gradle.properties | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/foudations/mogo-socket/build.gradle b/foudations/mogo-socket/build.gradle index 409427a..130705e 100644 --- a/foudations/mogo-socket/build.gradle +++ b/foudations/mogo-socket/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index 9b32ceb..2d2849b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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