Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwei committed Nov 13, 2015
1 parent f92b1f9 commit 6f14ea0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@

#####支持Android版本:Android 2.2+

使用方法
----------
Maven
```xml
<dependency>
<groupId>com.sw926.imagefileselector</groupId>
<artifactId>library</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
```
Gradle
```gradle
compile 'com.sw926.imagefileselector:library:1.0.1'
```


选取图片
----------
初始化
Expand Down

0 comments on commit 6f14ea0

Please sign in to comment.