From 4eb9bd2cd9921386de8caec224cdb7405196472d Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Tue, 15 May 2018 13:01:59 +0800 Subject: [PATCH] debugging --- FastBleLib/build.gradle | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FastBleLib/build.gradle b/FastBleLib/build.gradle index 91f9685..73a0a2d 100644 --- a/FastBleLib/build.gradle +++ b/FastBleLib/build.gradle @@ -2,7 +2,7 @@ android { compileSdkVersion 25 - buildToolsVersion "25.0.2" + buildToolsVersion '25.0.2' defaultConfig { minSdkVersion 18 @@ -19,5 +19,5 @@ } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) + compile fileTree(include: ['*.jar'], dir: 'libs') } -- Gitblit v1.8.0