Skip to content

Commit

Permalink
Update the README and release 2.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmei2 committed Jul 23, 2018
1 parent 6b78a0f commit ad6e214
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ RxImagePicker是一个用于Android的响应式图片选择器,它将您的图

```groovy
// 最基础的架构,仅提供了系统默认的图片选择器和拍照功能
compile 'com.github.qingmei2:rximagepicker:2.1.1'
compile 'com.github.qingmei2:rximagepicker:2.1.2'
// 提供了自定义UI图片选择器的基本组件,自定义UI的需求需要添加该依赖
compile 'com.github.qingmei2:rximagepicker_support:2.1.1'
compile 'com.github.qingmei2:rximagepicker_support:2.1.2'
// 如果需要额外的UI支持,请选择依赖对应的UI拓展库
compile 'com.github.qingmei2:rximagepicker_support_zhihu:2.1.1' // 知乎图片选择器
compile 'com.github.qingmei2:rximagepicker_support_wechat:2.1.1' // 微信图片选择器
compile 'com.github.qingmei2:rximagepicker_support_zhihu:2.1.2' // 知乎图片选择器
compile 'com.github.qingmei2:rximagepicker_support_wechat:2.1.2' // 微信图片选择器
```

### 2. 接口配置
Expand Down

0 comments on commit ad6e214

Please sign in to comment.