Skip to content

Commit 08679ae

Browse files
bugs fixes and improvements
2 parents f9bba7f + 2abedc4 commit 08679ae

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Readme.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
# FilePicker ![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/FilePicker/badge.svg?targetFile=filepicker%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/FilePicker?targetFile=filepicker%2Fbuild.gradle) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://opensource.org/licenses/Apache-2.0) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FilePicker-yellow.svg?style=flat)](https://android-arsenal.com/details/1/7663)
1+
![](https://github.com/TutorialsAndroid/FilePicker/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png)
2+
3+
# FilePicker ![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat) [![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://opensource.org/licenses/Apache-2.0) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-FilePicker-yellow.svg?style=flat)](https://android-arsenal.com/details/1/7663)
24
Android Library to select files/directories from Device Storage
35

46
**Library available at JitPack.io**
57

68
[![](https://jitpack.io/v/TutorialsAndroid/FilePicker.svg)](https://jitpack.io/#TutorialsAndroid/FilePicker)
79

10+
`Latest version of this library is migrated to androidx`
11+
812
### Screenshot
913

1014
![](https://github.com/TutorialsAndroid/FilePicker/blob/master/screenshots/device-2019-05-10-182300.png)
@@ -29,7 +33,7 @@ Add it in your root build.gradle at the end of repositories:
2933
Step 2. Add the dependency
3034

3135
dependencies {
32-
implementation 'com.github.TutorialsAndroid:FilePicker:v3.0.19'
36+
implementation 'com.github.TutorialsAndroid:FilePicker:v4.0.19'
3337
}
3438

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

106110
```xml
107-
<com.kinda.developer.filepicker.view.FilePickerPreference
111+
<com.developer.filepicker.view.FilePickerPreference
108112
xmlns:app="http://schemas.android.com/apk/res-auto"
109113
android:key="your_preference_key"
110114
android:title="Pick a Directory"

0 commit comments

Comments
 (0)