From db29d92c6974d50f0ebb9328834c44a69c6054bb Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期三, 05 三月 2025 15:28:37 +0800
Subject: [PATCH] 更新版本

---
 HDLSDK/hdl-connect/build.gradle |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle
index 5f8c118..94c2a47 100644
--- a/HDLSDK/hdl-connect/build.gradle
+++ b/HDLSDK/hdl-connect/build.gradle
@@ -8,8 +8,8 @@
     defaultConfig {
         minSdkVersion rootProject.minSdkVersion
         targetSdkVersion rootProject.targetSdkVersion
-        versionCode 5
-        versionName "1.1.3"
+        versionCode 9
+        versionName "1.2.1"
 
         consumerProguardFiles "consumer-rules.pro"
     }
@@ -27,11 +27,15 @@
 }
 
 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')
 
     api 'com.google.code.gson:gson:2.8.8'
+    //浜岀淮鐮�
+    api 'com.google.zxing:core:3.4.1'
+    //浜嬩欢鎬荤嚎
+    api 'org.greenrobot:eventbus:3.2.0'
 }

--
Gitblit v1.8.0