From 44155b50cbb4f6ad78474f40331ed8838a3b0d49 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 15 十一月 2021 09:27:36 +0800 Subject: [PATCH] 2021-11-15 1.增加认证和加密通讯,未调通 --- HDLSDK/hdl-connect/build.gradle | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle index 74a62e0..7a4df3a 100644 --- a/HDLSDK/hdl-connect/build.gradle +++ b/HDLSDK/hdl-connect/build.gradle @@ -31,4 +31,8 @@ api project(path: ':hdl-socket') 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' } \ No newline at end of file -- Gitblit v1.8.0