Skip to content

Commit

Permalink
release 2.4.2 and update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingmei2 committed Jan 19, 2019
1 parent 4c569c0 commit 6658b4b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ implementation 'com.github.qingmei2:rximagepicker_support_zhihu:2.2.0'
implementation 'com.github.qingmei2:rximagepicker_support_wechat:2.2.0'
```

> **If your project use `androidx`, please use version `2.4.1`**.
> **If your project use `androidx`, please use version `2.4.2`**.
### 2.Interface Configuration

Expand Down
15 changes: 10 additions & 5 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RxImagePicker的UI自动化测试,请参考:
* **[常见问题](https://github.com/qingmei2/RxImagePicker/wiki/常见问题)** : 提issue之前查看一下,也许能节省您很多的时间!
* **[更新日志](https://github.com/qingmei2/RxImagePicker/wiki/ChangeLog)** : 升级库之前,请查看新版本关于API有可能出现的变动。

> **最新版本为`2.4.1`,自`2.3.0`版本之后,库只提供对官方`AndroidX`的支持**,详情请参考Android官方文档[AndroidX Overview](https://developer.android.com/jetpack/androidx/).
> **最新版本为`2.4.2`,自`2.3.0`版本之后,库只提供对官方`AndroidX`的支持**,详情请参考Android官方文档[AndroidX Overview](https://developer.android.com/jetpack/androidx/).
> 如果您的项目没有迁移`AndroidX`(即v7包的包名是`com.android.support`而非`androidx.appcompat`),请继续使用`2.2.0`的稳定版本,否则包名不同会导致编译错误!
Expand Down Expand Up @@ -116,10 +116,10 @@ compile 'com.github.qingmei2:rximagepicker_support_wechat:2.2.0' // 微信图
如果您的项目已经迁移了`AndroidX`,请使用最新版本:

```groovy
compile 'com.github.qingmei2:rximagepicker:2.4.1'
compile 'com.github.qingmei2:rximagepicker_support:2.4.1'
compile 'com.github.qingmei2:rximagepicker_support_zhihu:2.4.1'
compile 'com.github.qingmei2:rximagepicker_support_wechat:2.4.1'
compile 'com.github.qingmei2:rximagepicker:2.4.2'
compile 'com.github.qingmei2:rximagepicker_support:2.4.2'
compile 'com.github.qingmei2:rximagepicker_support_zhihu:2.4.2'
compile 'com.github.qingmei2:rximagepicker_support_wechat:2.4.2'
```

### 2. 接口配置
Expand Down Expand Up @@ -202,6 +202,11 @@ private void onButtonClick() {

> -keep class com.qingmei2.rximagepicker.**{*;}
## Contributors

* [13kmsteady](https://github.com/13kmsteady)
* [guoleifei](https://github.com/guoleifei)

License
-------

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}
}

def dependRemote = false
def dependRemote = true

dependencies {
implementation rootProject.ext.dependencies["kotlin-android"]
Expand Down

0 comments on commit 6658b4b

Please sign in to comment.