We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63bba1 commit d226768Copy full SHA for d226768
Readme.md
@@ -10,10 +10,19 @@ Android Library to select files/directories from Device Storage.
10
11
### Installation
12
13
-* Library is also Available in MavenCentral, So just put this in your app dependencies to use it:
14
-```gradle
15
-
16
-```
+Add it in your root build.gradle at the end of repositories:
+
+ allprojects {
+ 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
26
27
### Usage
28
## FilePickerDialog
0 commit comments