From 93c6e6962768362c448ef5e20cb9c5ad3a4aa054 Mon Sep 17 00:00:00 2001 From: kalman Date: Mon, 11 Sep 2017 18:11:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=80=E5=B0=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/misc.xml | 2 +- .idea/modules.xml | 3 +++ app/build.gradle | 2 +- serialport/build.gradle | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..fbb6828 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/.idea/modules.xml b/.idea/modules.xml index 83609e8..b9c45bb 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,11 @@ + + + diff --git a/app/build.gradle b/app/build.gradle index 28332aa..8b6c563 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -5,7 +5,7 @@ android { buildToolsVersion "26.0.0" defaultConfig { applicationId "com.ggx.serialportdemo" - minSdkVersion 19 + minSdkVersion 18 targetSdkVersion 26 versionCode 1 versionName "1.0" diff --git a/serialport/build.gradle b/serialport/build.gradle index e326690..107c02e 100644 --- a/serialport/build.gradle +++ b/serialport/build.gradle @@ -6,7 +6,7 @@ android { buildToolsVersion "26.0.0" defaultConfig { - minSdkVersion 19 + minSdkVersion 18 targetSdkVersion 26 versionCode 1 versionName "1.0"