From b1569b789eef12cf5d4252620ca7e7d2d9c8b93a Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期四, 14 十一月 2024 14:26:03 +0800
Subject: [PATCH] sdk重连优化
---
HDLSDK_DEMO/app/build.gradle | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/HDLSDK_DEMO/app/build.gradle b/HDLSDK_DEMO/app/build.gradle
index c4991de..b15379f 100644
--- a/HDLSDK_DEMO/app/build.gradle
+++ b/HDLSDK_DEMO/app/build.gradle
@@ -38,6 +38,6 @@
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:3.0.6'
- implementation 'com.google.code.gson:gson:2.8.8'
-// implementation project(path: ':hdl-connect')
+// implementation 'com.google.code.gson:gson:2.8.8'
+ implementation files('libs\\com.hdl.sdk-v1.1.9.aar')
}
\ No newline at end of file
--
Gitblit v1.8.0