Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CysionLiu authored Apr 30, 2020
1 parent 3fe3d9e commit 5835ea4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ Android自定义相册,仿微信UI,实现了拍照、图片选择(单选/

## 支持AndroidX(master分支),支持AndroidQ(feature分支),老版本见dev分支。

### 注意:若没有用到AndroidX,则不支持targetSdk>=29


对于Android Studio(建议用3.0版本+)的用户,可以选择添加:

```
Expand All @@ -19,7 +22,7 @@ api 'com.cysion:ImagePicker:1.2.0.x'
api 'com.cysion:ImagePicker:1.2.0.Q'
注意,Android Q 对存储框架有较大改动,最主要的是无法通过文件路径获得非*应用专有文件*,在本版本库中,也完全放弃了文件路径的方式,全部是以Uri的方式提供文件访问。
### 注意:若没有用到AndroidX,则不支持targetSdk>=29
```

Expand Down

0 comments on commit 5835ea4

Please sign in to comment.