From 755e2893c12b79649ee12dec2b7d832d58b9265b Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期三, 18 十月 2023 16:19:26 +0800 Subject: [PATCH] 上报oid列表新增parentoid --- HDLSDK/hdl-connect/build.gradle | 27 ++++++++------------------- 1 files changed, 8 insertions(+), 19 deletions(-) diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle index 6664bb5..5ae6067 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 3 - versionName "1.0.2" + versionCode 5 + versionName "1.1.3" - testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } @@ -25,23 +24,13 @@ 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 'com.google.code.gson:gson:2.8.8' +} -- Gitblit v1.8.0