Skip to content

Commit 5f1db2f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 680dc8c + c636b7d commit 5f1db2f

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)