Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sangcomz committed Oct 3, 2022
1 parent 5ea0bab commit c81cbde
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ _FishBun_ is a highly customizable image picker for Android.

## What's New in _FishBun_ 1.1.0? :tada:

- add startAlbumWithActivityResultCallback function(#239)
- remove jcenter
- library version update
- sdk version update


## Customizable Styles
Expand Down Expand Up @@ -133,7 +131,7 @@ If your app targets Android 11 with compileSdk/targetSdk >= 30 then you will nee
</intent>
</queries>

If your app targets Android 13 with compileSdk/targetSdk >= 33 then you will need to add this to the manifest (outside of the application block) in order to capture pictures with the device camera. [Android documentation here](https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions):
If your app targets Android 13 with compileSdk/targetSdk >= 33 then you will need to add this to the manifest. [Android documentation here](https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions):

<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />

Expand Down

0 comments on commit c81cbde

Please sign in to comment.