From 7c8ce9b9a7d3fc1aaa4a621e86415b25ad10a34f Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期三, 19 三月 2025 09:36:28 +0800
Subject: [PATCH] 添加source屏扫码流程

---
 HDLSDK/hdl-common/build.gradle |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/HDLSDK/hdl-common/build.gradle b/HDLSDK/hdl-common/build.gradle
index d24143f..1f5d91e 100644
--- a/HDLSDK/hdl-common/build.gradle
+++ b/HDLSDK/hdl-common/build.gradle
@@ -24,10 +24,8 @@
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }
+    
 }
-
 dependencies {
     api 'com.google.code.gson:gson:2.8.8'
-    api 'com.android.support:support-annotations:28.0.0"'
-    api 'com.android.support:collections:28.0.0'
 }
\ No newline at end of file

--
Gitblit v1.8.0