Skip to content

Commit 52c0aad

Browse files
Update Readme.md
1 parent a71ce30 commit 52c0aad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add it in your root build.gradle at the end of repositories:
2929
Step 2. Add the dependency
3030

3131
dependencies {
32-
implementation 'com.github.TutorialsAndroid:FilePicker:v3.0.19'
32+
implementation 'com.github.TutorialsAndroid:FilePicker:v4.0.19'
3333
}
3434

3535
### Usage
@@ -104,7 +104,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
104104
1. Start by declaring [FilePickerPreference] in your settings xml file as:
105105

106106
```xml
107-
<com.kinda.developer.filepicker.view.FilePickerPreference
107+
<com.developer.filepicker.view.FilePickerPreference
108108
xmlns:app="http://schemas.android.com/apk/res-auto"
109109
android:key="your_preference_key"
110110
android:title="Pick a Directory"

0 commit comments

Comments
 (0)