From 071a8328823a2861f93ce556a4da3e4119cab1a3 Mon Sep 17 00:00:00 2001 From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com> Date: 星期四, 19 九月 2024 16:24:28 +0800 Subject: [PATCH] 完成金茂定制功能 --- HDL_TTLSDK485/build.gradle | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HDL_TTLSDK485/build.gradle b/HDL_TTLSDK485/build.gradle index 922a725..fdec5b7 100644 --- a/HDL_TTLSDK485/build.gradle +++ b/HDL_TTLSDK485/build.gradle @@ -7,8 +7,8 @@ defaultConfig { minSdkVersion 17 targetSdkVersion 28 - versionCode 2 - versionName "1.1.0" + versionCode 6 + versionName "1.2.3" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" ndk { @@ -35,7 +35,7 @@ */ android.libraryVariants.all { variant -> variant.outputs.all { - outputFileName = "HDL_TTLSDK485_V" + + outputFileName = "HDL_BusSDK485_V" + defaultConfig.versionName + ".B" + defaultConfig.versionCode + "." + releaseTime() + ".aar" } } -- Gitblit v1.8.0