File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Add it in your root build.gradle at the end of repositories:
29
29
Step 2. Add the dependency
30
30
31
31
dependencies {
32
- implementation 'com.github.TutorialsAndroid:FilePicker:v3 .0.19'
32
+ implementation 'com.github.TutorialsAndroid:FilePicker:v4 .0.19'
33
33
}
34
34
35
35
### Usage
@@ -104,7 +104,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
104
104
1 . Start by declaring [ FilePickerPreference] in your settings xml file as:
105
105
106
106
``` xml
107
- <com .kinda. developer.filepicker.view.FilePickerPreference
107
+ <com .developer.filepicker.view.FilePickerPreference
108
108
xmlns : app =" http://schemas.android.com/apk/res-auto"
109
109
android : key =" your_preference_key"
110
110
android : title =" Pick a Directory"
You can’t perform that action at this time.
0 commit comments