From 566ddb2ea03e2514de50f2ca861a2674f6e840ac Mon Sep 17 00:00:00 2001 From: 562935844@qq.com Date: 星期一, 27 十一月 2023 13:32:27 +0800 Subject: [PATCH] 新增科技系统、门锁、新风和地暖支持 --- HDL_TTLSDK485/build.gradle | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/HDL_TTLSDK485/build.gradle b/HDL_TTLSDK485/build.gradle index 06f5296..922a725 100644 --- a/HDL_TTLSDK485/build.gradle +++ b/HDL_TTLSDK485/build.gradle @@ -7,13 +7,13 @@ defaultConfig { minSdkVersion 17 targetSdkVersion 28 - versionCode 1 - versionName "1.0.1" + versionCode 2 + versionName "1.1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" ndk { moduleName "serial_port" - abiFilters "armeabi-v7a","x86" + abiFilters "armeabi-v7a", "x86", "arm64-v8a" } } buildTypes { @@ -52,10 +52,11 @@ } dependencies { - implementation fileTree(include: ['*.jar','*.aar'], dir: 'libs') + implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs') implementation 'com.android.support:appcompat-v7:28.0.0' api 'org.greenrobot:eventbus:3.0.0' -// api 'com.google.code.gson:gson:2.8.5' + api 'com.google.code.gson:gson:2.8.8' + api 'com.licheedev:android-serialport:2.1.3' // testImplementation 'junit:junit:4.12' // androidTestImplementation 'com.android.support.test:runner:1.0.2' // androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' @@ -78,8 +79,6 @@ // rename ('classes.jar','test.jar') //} //makeJar.dependsOn(build) - - //publish { -- Gitblit v1.8.0