Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donkingliang authored May 18, 2020
1 parent 4c011e0 commit 00f7cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Android图片选择器,仿微信的图片选择器的样式和效果。支持
在Module的build.gradle在添加以下代码

```
implementation 'com.github.donkingliang:ImageSelector:2.1.1'
implementation 'com.github.donkingliang:ImageSelector:2.2.0'
```
从2.0.0版本开始,库迁移androidx。没有使用androidx的项目可以使用1.9.1版本
从2.0.0版本开始,库迁移androidx。没有使用androidx的项目可以使用1.9.2版本

**2、配置AndroidManifest.xml**

Expand Down Expand Up @@ -212,7 +212,7 @@ ImageSelector.clearCache(context);

***2.0.0版本***

迁移androidx。没有使用androidx的项目可以使用1.9.1版本
迁移androidx。没有使用androidx的项目可以使用1.9.2版本

***1.8.0版本***

Expand Down

0 comments on commit 00f7cd0

Please sign in to comment.