From adba037d593cae303557bb686025b8ccc3bdf418 Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期二, 12 九月 2023 13:58:19 +0800 Subject: [PATCH] 澳斯迪去除申请密钥等功能 --- HDLSDK/hdl-connect/build.gradle | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle index 5f8c118..5ae6067 100644 --- a/HDLSDK/hdl-connect/build.gradle +++ b/HDLSDK/hdl-connect/build.gradle @@ -29,9 +29,8 @@ dependencies { // implementation fileTree(include: ['*.jar'], dir: 'libs') - api 'com.hdl.hdlhttp:hxhttp:1.0.4' - api 'com.squareup.okhttp3:logging-interceptor:4.9.1' -// embed(name: 'hxhttp_1.0.4_230201',ext: 'aar') +// api 'com.hdl.hdlhttp:hxhttp:1.0.4' +// api 'com.squareup.okhttp3:logging-interceptor:4.9.1' api 'com.google.code.gson:gson:2.8.8' } -- Gitblit v1.8.0