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 |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle
index b37b85d..5ae6067 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 5
+        versionName "1.1.3"
 
         consumerProguardFiles "consumer-rules.pro"
     }
@@ -29,9 +29,8 @@
 dependencies {
 //    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 '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