Skip to content

Commit 20fe828

Browse files
committed
update readme
1 parent 80ebfb3 commit 20fe828

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Android 照片选择器 ,支持单图、多图、视频、gif选择,内置
77
简书:[PhotoPicker](http://www.jianshu.com/p/a6b5831797d0)
88

99
### 各位读者来点Star支持一下吧
10-
==如使用请尽快更新到2.0.0版本+,本版本新增多个功能,修复旧版本已知问题==
1110

1211
参考项目:
1312
- https://github.com/donglua/PhotoPicker
@@ -52,7 +51,10 @@ allprojects {
5251
**在APP目录下的build.gradle中添加依赖**
5352

5453
```java
55-
implementation 'com.github.yudu233:PhotoPicker:2.0.3'
54+
//support版本
55+
implementation 'com.github.yudu233:PhotoPicker:2.0.4'
56+
//androidx版本
57+
implementation 'com.github.yudu233:PhotoPicker:3.0.0'
5658
```
5759

5860
**AndroidManifest.xml 配置**
@@ -199,12 +201,20 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
199201
[ucrop](https://github.com/Yalantis/uCrop)
200202

201203
## 更新日志
202-
# 当前版本:v2.0.3(紧急修复)
203-
* 修复部分小米手机打开相册直接崩溃问题
204+
# 当前版本:v3.0.0
205+
* 支持AndroidX
206+
* 修复已知的问题
207+
* 移除无效代码
204208

205209

206210
# 历史版本
207-
### v2.0.3
211+
### v2.0.4
212+
* 新增文件夹有效性校验
213+
---
214+
### v2.0.3(紧急修复)
215+
* 修复部分小米手机打开相册直接崩溃问题
216+
---
217+
### v2.0.2
208218
* 优化裁剪时不显示其他类型文件(video、gif)
209219
* 优化选择gif时默认原图,非原图时不压缩
210220
---

0 commit comments

Comments
 (0)