From fd78a0c0e444b83f40a9225c98adceb87bbda329 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期六, 18 一月 2020 15:10:34 +0800 Subject: [PATCH] 2020-1-18 1.修复RCU混合调光混合开关 类模块,使用物理回路问题。 --- hdl_core/build.gradle | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hdl_core/build.gradle b/hdl_core/build.gradle index 8601e16..06da373 100644 --- a/hdl_core/build.gradle +++ b/hdl_core/build.gradle @@ -2,12 +2,12 @@ //apply plugin: 'com.novoda.bintray-release' android { - compileSdkVersion 27 + compileSdkVersion 28 defaultConfig { minSdkVersion 17 - targetSdkVersion 27 + targetSdkVersion 28 versionCode 1 - versionName "1.0.2" + versionName "1.0.6" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -28,7 +28,7 @@ dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.android.support:appcompat-v7:28+' api 'org.greenrobot:eventbus:3.0.0' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' -- Gitblit v1.8.0