Skip to content

Commit c636b7d

Browse files
authored
Update README.md
1 parent 5345006 commit c636b7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ implementation("com.github.BadKiko:kige:version")
5656

5757
## Usage
5858

59+
Add to manifest
60+
61+
```
62+
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
63+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
64+
```
65+
5966
For get image-picker you can execute in @Composable function:
6067

6168
```

0 commit comments

Comments
 (0)