From aba53745b27e7efe5f43f86ef4aa1e95611cd804 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 06 十二月 2021 17:33:59 +0800 Subject: [PATCH] 2021-12-06 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..ac8608f 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