From 53a6c0c9afd0548a59d17efcb32a6fd4ff7a164d Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期二, 07 十二月 2021 17:07:48 +0800 Subject: [PATCH] 更改udp上报实际数据长度 --- HDLSDK/hdl-connect/build.gradle | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle index 7a4df3a..95142ad 100644 --- a/HDLSDK/hdl-connect/build.gradle +++ b/HDLSDK/hdl-connect/build.gradle @@ -9,7 +9,7 @@ minSdkVersion rootProject.minSdkVersion targetSdkVersion rootProject.targetSdkVersion versionCode 1 - versionName "1.0" + versionName "1.0.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -32,7 +32,7 @@ implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' - //鍔犲瘑 - implementation 'cn.hutool:hutool-all:5.6.5' - implementation 'org.bouncycastle:bcprov-jdk15on:1.60' +// //鍔犲瘑 +// implementation 'cn.hutool:hutool-all:5.6.5' +// implementation 'org.bouncycastle:bcprov-jdk15on:1.60' } \ No newline at end of file -- Gitblit v1.8.0