From 75e83be13a8c4ccf081c4dc07a262e4096783c7e Mon Sep 17 00:00:00 2001
From: 陈奇 <1650699704@qq.com>
Date: Fri, 02 Nov 2018 17:34:21 +0800
Subject: [PATCH] [*]修改电磁版本 配合电子修改bug
---
FastBleLib/build.gradle | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/FastBleLib/build.gradle b/FastBleLib/build.gradle
index 91f9685..32a2952 100644
--- a/FastBleLib/build.gradle
+++ b/FastBleLib/build.gradle
@@ -2,10 +2,10 @@
android {
compileSdkVersion 25
- buildToolsVersion "25.0.2"
+ buildToolsVersion '26.0.2'
defaultConfig {
- minSdkVersion 18
+ minSdkVersion 21
targetSdkVersion 22
versionCode 1
versionName "1.0.0"
@@ -19,5 +19,5 @@
}
dependencies {
- compile fileTree(dir: 'libs', include: ['*.jar'])
+ compile fileTree(include: ['*.jar'], dir: 'libs')
}
--
Gitblit v1.8.0