From d31f2155237aa65cee1cb6ce1d39c48191663226 Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期五, 21 二月 2025 18:02:41 +0800
Subject: [PATCH] 新增source屏接口及房间及绑定关系接口

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

diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle
index 44857b8..060a215 100644
--- a/HDLSDK/hdl-connect/build.gradle
+++ b/HDLSDK/hdl-connect/build.gradle
@@ -27,11 +27,12 @@
 }
 
 dependencies {
-//    implementation fileTree(include: ['*.jar'], dir: 'libs')
+    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 files('libs/hdlSDK_V1.0.7.jar')
+//    embed(name: 'hdlSDK_V1.0.2',ext: 'jar')
 
     api 'com.google.code.gson:gson:2.8.8'
 }

--
Gitblit v1.8.0