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-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 44857b8..4df2c13 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 7 - versionName "1.1.9" + versionCode 11 + versionName "1.2.3" 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