From 800cf637391b4b237149907ef3b3323966d971da Mon Sep 17 00:00:00 2001 From: haijiang <181069201@qq.com> Date: Thu, 10 May 2018 19:04:38 +0800 Subject: [PATCH] 提交 --- 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