From ad6e214de6bb896672fc379b3ce48d16db487faf Mon Sep 17 00:00:00 2001 From: qingmei2 Date: Mon, 23 Jul 2018 18:36:06 +0800 Subject: [PATCH] Update the README and release 2.1.2. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0421a8c..f918d06 100644 --- a/README.md +++ b/README.md @@ -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. 接口配置