From 69afac92a320033297d71e901e3c5b65e690f0b2 Mon Sep 17 00:00:00 2001
From: panlili2024 <14743743+panlili2024@user.noreply.gitee.com>
Date: 星期二, 12 十一月 2024 11:42:15 +0800
Subject: [PATCH] 增加knx科技系统温度0.5支持

---
 HDL_TTLSDK485/build.gradle |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/HDL_TTLSDK485/build.gradle b/HDL_TTLSDK485/build.gradle
index 922a725..d48ec72 100644
--- a/HDL_TTLSDK485/build.gradle
+++ b/HDL_TTLSDK485/build.gradle
@@ -2,13 +2,13 @@
 //apply plugin: 'com.novoda.bintray-release'
 
 android {
-    buildToolsVersion '28.0.3'
-    compileSdkVersion 28
+    buildToolsVersion '30.0.2'
+    compileSdkVersion 30
     defaultConfig {
         minSdkVersion 17
-        targetSdkVersion 28
-        versionCode 2
-        versionName "1.1.0"
+        targetSdkVersion 30
+        versionCode 8
+        versionName "1.2.5"
 
         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