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 153c6d7 commit aef2883Copy full SHA for aef2883
Readme.md
@@ -38,14 +38,14 @@ Add it in your root build.gradle at the end of repositories:
38
Step 2. Add the dependency
39
40
dependencies {
41
- implementation 'com.github.TutorialsAndroid:FilePicker:v9.1.3'
+ implementation 'com.github.TutorialsAndroid:FilePicker:v9.0.1'
42
}
43
44
### Installation with mavenCentral()
45
Step 1. Directly add the dependency in application build.gradle file:
46
47
48
- implementation 'io.github.tutorialsandroid:filepicker:9.1.3'
+ implementation 'io.github.tutorialsandroid:filepicker:9.0.2'
49
50
51
### Usage
0 commit comments