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
BadKiko committed Feb 13, 2024
2 parents 680dc8c + c636b7d commit 5f1db2f
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 5f1db2f

Please sign in to comment.