From 4a4ed8210c58dba28deea1a6e69c3671ae1a7dd0 Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期五, 10 十二月 2021 17:28:50 +0800
Subject: [PATCH] 2021-12-10 1.更新

---
 HDLSDK/hdl-connect/build.gradle |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/HDLSDK/hdl-connect/build.gradle b/HDLSDK/hdl-connect/build.gradle
index 7a4df3a..be971ba 100644
--- a/HDLSDK/hdl-connect/build.gradle
+++ b/HDLSDK/hdl-connect/build.gradle
@@ -9,7 +9,7 @@
         minSdkVersion rootProject.minSdkVersion
         targetSdkVersion rootProject.targetSdkVersion
         versionCode 1
-        versionName "1.0"
+        versionName "1.0.1"
 
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
         consumerProguardFiles "consumer-rules.pro"
@@ -25,6 +25,15 @@
         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 {
@@ -32,7 +41,7 @@
     implementation 'androidx.appcompat:appcompat:1.2.0'
     implementation 'com.google.android.material:material:1.3.0'
 
-    //鍔犲瘑
-    implementation 'cn.hutool:hutool-all:5.6.5'
-    implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
+//    //鍔犲瘑
+//    implementation 'cn.hutool:hutool-all:5.6.5'
+//    implementation 'org.bouncycastle:bcprov-jdk15on:1.60'
 }
\ No newline at end of file

--
Gitblit v1.8.0