Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webFile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
邢皓翔
webFile
Commits
62a3d0e8
Commit
62a3d0e8
authored
Jun 26, 2018
by
Xinghaoxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改readme
parent
ec6ee720
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
README.md
README.md
+3
-0
build.gradle
sample/build.gradle
+1
-1
build.gradle
webfile/build.gradle
+1
-1
No files found.
README.md
View file @
62a3d0e8
...
...
@@ -47,4 +47,7 @@ choose.chooseNetFile(userId,moduleName,isNextCloudFile,function(data){
})
```
#### 注意
nextCloud的模块需要自己再调用swagger中的一个接口进行传值。 接口位置在手写接口copy_nextcloud_modular
sample/build.gradle
View file @
62a3d0e8
...
...
@@ -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
...
...
webfile/build.gradle
View file @
62a3d0e8
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android
{
compileSdkVersion
26
buildToolsVersion
'26.0.
3
'
buildToolsVersion
'26.0.
0
'
defaultConfig
{
minSdkVersion
22
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment