From cc0421a5d9b1b7f19f6c8e39e4756b95345f1623 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期二, 25 二月 2025 18:04:23 +0800 Subject: [PATCH] sdk demo优化 --- HDLSDK/hdl-connect/build.gradle | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle index b37b85d..e30fa87 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 2 - versionName "1.1.0" + versionCode 8 + versionName "1.2.0" consumerProguardFiles "consumer-rules.pro" } @@ -27,11 +27,11 @@ } 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' } -- Gitblit v1.8.0