From a1628cc4760d366e118ea46d7d7057323ea87d31 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期二, 26 八月 2025 10:58:14 +0800 Subject: [PATCH] 代码同步 --- HDLSDK/app/build.gradle | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HDLSDK/app/build.gradle b/HDLSDK/app/build.gradle index 399b7ea..bdef389 100644 --- a/HDLSDK/app/build.gradle +++ b/HDLSDK/app/build.gradle @@ -3,12 +3,12 @@ } android { - compileSdk 31 + compileSdk 28 defaultConfig { - applicationId "com.hdl.hdlsdk1" - minSdk 21 - targetSdk 31 + applicationId "com.hdl.hdlsdk" + minSdk 23 + targetSdk 28 versionCode 1 versionName "1.0" @@ -28,6 +28,8 @@ } dependencies { + implementation fileTree(include: ['*.jar'], dir: 'libs') +// implementation files('libs/hdlSDK_V1.0.7.jar') implementation 'androidx.appcompat:appcompat:1.3.1' implementation 'com.google.android.material:material:1.4.0' -- Gitblit v1.8.0