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