Skip to content

Commit 3f119f3

Browse files
authored
Update README.md
1 parent 1d06885 commit 3f119f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Android自定义相册,仿微信UI,实现了拍照、图片选择(单选/
2929
```
3030
3131
//使用androidx,则需要这样添加依赖:
32-
api 'com.github.Bter:ImagePicker:1.2.11'
32+
api 'com.github.Bter:ImagePicker:1.2.12'
3333
3434
注意,Android Q 对存储框架有较大改动,最主要的是无法通过文件路径获得非*应用专有文件*。
3535
在本版本库中,也完全放弃了文件路径的方式,全部是以Uri的方式提供文件访问。
@@ -184,7 +184,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
184184
```
185185

186186
## 更新日志
187-
V1.2.11
187+
V1.2.12
188188
* 适配Android13.
189189

190190
V1.2.9

0 commit comments

Comments
 (0)