From 62a3d0e868ac278c1547c0bdc5df98038b1a85a6 Mon Sep 17 00:00:00 2001
From: Xinghaoxiang <herry_xing@126.com>
Date: Tue, 26 Jun 2018 18:41:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md            | 3 +++
 sample/build.gradle  | 2 +-
 webfile/build.gradle | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0351bae..d3bcb51 100644
--- a/README.md
+++ b/README.md
@@ -47,4 +47,7 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){
 })
 ```
 
+#### 注意
+
+nextCloud的模块需要自己再调用swagger中的一个接口进行传值。 接口位置在手写接口copy_nextcloud_modular
 
diff --git a/sample/build.gradle b/sample/build.gradle
index 2543c86..72c0b79 100644
--- a/sample/build.gradle
+++ b/sample/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
 
 android {
     compileSdkVersion 26
-    buildToolsVersion "26.0.3"
+    buildToolsVersion "26.0.0"
     defaultConfig {
         applicationId "com.bril.webfilemodule"
         minSdkVersion 22
diff --git a/webfile/build.gradle b/webfile/build.gradle
index f8d9dc2..5440a84 100644
--- a/webfile/build.gradle
+++ b/webfile/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
 
 android {
     compileSdkVersion 26
-    buildToolsVersion '26.0.3'
+    buildToolsVersion '26.0.0'
 
     defaultConfig {
         minSdkVersion 22
-- 
2.21.0