Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BadKiko authored Feb 12, 2024
1 parent 5345006 commit c636b7d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ implementation("com.github.BadKiko:kige:version")

## Usage

Add to manifest

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

For get image-picker you can execute in @Composable function:

```
Expand Down

0 comments on commit c636b7d

Please sign in to comment.