We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71ce30 commit 52c0aadCopy full SHA for 52c0aad
Readme.md
@@ -29,7 +29,7 @@ Add it in your root build.gradle at the end of repositories:
29
Step 2. Add the dependency
30
31
dependencies {
32
- implementation 'com.github.TutorialsAndroid:FilePicker:v3.0.19'
+ implementation 'com.github.TutorialsAndroid:FilePicker:v4.0.19'
33
}
34
35
### Usage
@@ -104,7 +104,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
104
1. Start by declaring [FilePickerPreference] in your settings xml file as:
105
106
```xml
107
- <com.kinda.developer.filepicker.view.FilePickerPreference
+ <com.developer.filepicker.view.FilePickerPreference
108
xmlns:app="http://schemas.android.com/apk/res-auto"
109
android:key="your_preference_key"
110
android:title="Pick a Directory"
0 commit comments