Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wildma authored Jun 23, 2019
1 parent a3e2a4c commit a937765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ allprojects {
在需要使用的 module 中添加依赖
```
dependencies {
compile 'com.github.wildma:PictureSelector:1.1.3'
implementation 'com.github.wildma:PictureSelector:1.1.3'
}
```
或者引用本地 lib
```
compile project(':pictureselector')
implementation project(':pictureselector')
```
##### Step 3. 拍照或者从相册选择图片
```
Expand Down

0 comments on commit a937765

Please # to comment.