diff --git a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt index ca0f025..2d35216 100644 --- a/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt +++ b/foudations/mogo-network/src/main/java/com/mogo/cloud/network/interceptor/HttpLoggingInterceptor.kt @@ -84,7 +84,7 @@ class HttpLoggingInterceptor : Interceptor { if (response.code() != 200) { Logger.e(TAG, logMsg.toString()) } else { - Logger.d(TAG, logMsg.toString()) + //Logger.d(TAG, logMsg.toString()) } return if (consumedResponse) response.newBuilder() .body(ResponseBody.create(contentType, responseContent)).build() else response diff --git a/gradle.properties b/gradle.properties index af27179..a91b6b3 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.3.15 +MOGO_UTILS_VERSION=1.3.16 # 网络请求 -MOGO_NETWORK_VERSION=1.3.15 +MOGO_NETWORK_VERSION=1.3.16 # 网络DNS -MOGO_HTTPDNS_VERSION=1.3.15 +MOGO_HTTPDNS_VERSION=1.3.16 # 鉴权 -MOGO_PASSPORT_VERSION=1.3.15 +MOGO_PASSPORT_VERSION=1.3.16 # 常链接 -MOGO_SOCKET_VERSION=1.3.15 +MOGO_SOCKET_VERSION=1.3.16 # 数据采集 -MOGO_REALTIME_VERSION=1.3.15 +MOGO_REALTIME_VERSION=1.3.16 # 探路,道路事件发布,获取 -MOGO_TANLU_VERSION=1.3.15 +MOGO_TANLU_VERSION=1.3.16 # 直播推流 -MOGO_LIVE_VERSION=1.3.15 +MOGO_LIVE_VERSION=1.3.16 # 直播拉流 -MOGO_TRAFFICLIVE_VERSION=1.3.15 +MOGO_TRAFFICLIVE_VERSION=1.3.16 # 定位服务 -MOGO_LOCATION_VERSION=1.3.15 +MOGO_LOCATION_VERSION=1.3.16