From 86116427931cc724ae1e3105738a34e0619ca287 Mon Sep 17 00:00:00 2001
From: 562935844@qq.com
Date: 星期二, 04 四月 2023 16:12:47 +0800
Subject: [PATCH] 增加网关未上云密钥为空的问题处理

---
 HDLSDK/hdl-connect/build.gradle |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle
index 09f41a1..b37b85d 100644
--- a/HDLSDK/hdl-connect/build.gradle
+++ b/HDLSDK/hdl-connect/build.gradle
@@ -9,7 +9,7 @@
         minSdkVersion rootProject.minSdkVersion
         targetSdkVersion rootProject.targetSdkVersion
         versionCode 2
-        versionName "1.0.21"
+        versionName "1.1.0"
 
         consumerProguardFiles "consumer-rules.pro"
     }
@@ -27,6 +27,11 @@
 }
 
 dependencies {
-//    api project(path: ':hdl-socket')
+//    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.google.code.gson:gson:2.8.8'
 }

--
Gitblit v1.8.0