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-common/build.gradle |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/HDLSDK/hdl-common/build.gradle b/HDLSDK/hdl-common/build.gradle
index dc0beb2..1f5d91e 100644
--- a/HDLSDK/hdl-common/build.gradle
+++ b/HDLSDK/hdl-common/build.gradle
@@ -9,9 +9,8 @@
         minSdkVersion rootProject.minSdkVersion
         targetSdkVersion rootProject.targetSdkVersion
         versionCode 2
-        versionName "1.0.3"
 
-        testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
+        versionName "1.0.15"
         consumerProguardFiles "consumer-rules.pro"
     }
 
@@ -25,20 +24,8 @@
         sourceCompatibility JavaVersion.VERSION_1_8
         targetCompatibility JavaVersion.VERSION_1_8
     }
-
-    /**
-     * 鎵撳寘鑷姩鍛藉悕
-     */
-    android.libraryVariants.all { variant ->
-        variant.outputs.all {
-            outputFileName = "hdl-common-V" + defaultConfig.versionName  + ".aar"
-        }
-    }
+    
 }
-
 dependencies {
     api 'com.google.code.gson:gson:2.8.8'
-    api 'androidx.annotation:annotation:1.2.0'
-    api 'androidx.collection:collection:1.1.0'
-//    api project(path: ':hdl-connect')
 }
\ No newline at end of file

--
Gitblit v1.8.0