Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
wildma committed May 31, 2020
2 parents a8d6c9d + a5731ce commit d104d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
```java
android:authorities="myAuthority"
```
则需要修改 PictureSelectUtils 中的 authority( [这一行](https://github.com/wildma/PictureSelector/blob/master/pictureselector/src/main/java/com/wildma/pictureselector/PictureSelectUtils.java#L74)) 为:
则需要修改 PictureSelectUtils 中的 authority( [这一行](https://github.com/wildma/PictureSelector/blob/master/pictureselector/src/main/java/com/wildma/pictureselector/PictureSelectUtils.java#L85)) 为:
```java
String authority = "myAuthority";
```
Expand Down

0 comments on commit d104d88

Please sign in to comment.