From ab04695d3b96d3eb4cf239a4ed782af00fa34e76 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期六, 12 十月 2019 11:39:51 +0800 Subject: [PATCH] 2019-10-8 1.增加目标子网号设备号过滤判断 2.版本:hdl_lib_v1.6.2.20191008_beta --- 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..20a763d 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.4" 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