Skip to content

Commit d226768

Browse files
Update Readme.md
1 parent d63bba1 commit d226768

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

Readme.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,19 @@ Android Library to select files/directories from Device Storage.
1010

1111
### Installation
1212

13-
* Library is also Available in MavenCentral, So just put this in your app dependencies to use it:
14-
```gradle
15-
16-
```
13+
Add it in your root build.gradle at the end of repositories:
14+
15+
allprojects {
16+
repositories {
17+
...
18+
maven { url 'https://jitpack.io' }
19+
}
20+
}
21+
Step 2. Add the dependency
22+
23+
dependencies {
24+
implementation 'com.github.TutorialsAndroid:FilePicker:v1.0.19'
25+
}
1726

1827
### Usage
1928
## FilePickerDialog

0 commit comments

Comments
 (0)