From 9a437cca9b3d21f5081d544024ee2b3e216176f8 Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期一, 24 二月 2025 11:21:49 +0800
Subject: [PATCH] 更新demo
---
HDLSDK_DEMO/app/build.gradle | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/HDLSDK_DEMO/app/build.gradle b/HDLSDK_DEMO/app/build.gradle
index c4991de..5f8932c 100644
--- a/HDLSDK_DEMO/app/build.gradle
+++ b/HDLSDK_DEMO/app/build.gradle
@@ -7,7 +7,7 @@
defaultConfig {
applicationId "com.hdl.hdlsdkdemo"
- minSdk 21
+ minSdk 23
targetSdk 31
versionCode 1
versionName "1.0"
@@ -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.2.0.aar')
}
\ No newline at end of file
--
Gitblit v1.8.0