From db29d92c6974d50f0ebb9328834c44a69c6054bb Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期三, 05 三月 2025 15:28:37 +0800
Subject: [PATCH] 更新版本
---
HDLSDK/hdl-connect/build.gradle | 32 +++++++++++++-------------------
1 files changed, 13 insertions(+), 19 deletions(-)
diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle
index 0889a17..94c2a47 100644
--- a/HDLSDK/hdl-connect/build.gradle
+++ b/HDLSDK/hdl-connect/build.gradle
@@ -8,10 +8,9 @@
defaultConfig {
minSdkVersion rootProject.minSdkVersion
targetSdkVersion rootProject.targetSdkVersion
- versionCode 2
- versionName "1.0.2"
+ versionCode 9
+ versionName "1.2.1"
- testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
@@ -25,23 +24,18 @@
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
-
- /**
- * 鎵撳寘鑷姩鍛藉悕
- */
- android.libraryVariants.all { variant ->
- variant.outputs.all {
- outputFileName = "hdl-connect-V" + defaultConfig.versionName + ".aar"
- }
- }
}
dependencies {
- api project(path: ':hdl-socket')
- implementation 'androidx.appcompat:appcompat:1.2.0'
- implementation 'com.google.android.material:material:1.3.0'
+ implementation fileTree(include: ['*.jar'], dir: 'libs')
-// //鍔犲瘑
-// implementation 'cn.hutool:hutool-all:5.6.5'
-// implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
-}
\ No newline at end of file
+ api 'com.hdl.hdlhttp:hxhttp:1.0.4'
+ api 'com.squareup.okhttp3:logging-interceptor:4.9.1'
+ 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