Skip to content

Commit aef2883

Browse files
Update Readme.md
1 parent 153c6d7 commit aef2883

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ Add it in your root build.gradle at the end of repositories:
3838
Step 2. Add the dependency
3939

4040
dependencies {
41-
implementation 'com.github.TutorialsAndroid:FilePicker:v9.1.3'
41+
implementation 'com.github.TutorialsAndroid:FilePicker:v9.0.1'
4242
}
4343

4444
### Installation with mavenCentral()
4545
Step 1. Directly add the dependency in application build.gradle file:
4646

4747
dependencies {
48-
implementation 'io.github.tutorialsandroid:filepicker:9.1.3'
48+
implementation 'io.github.tutorialsandroid:filepicker:9.0.2'
4949
}
5050

5151
### Usage

0 commit comments

Comments
 (0)