File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Android Library to select files/directories from Device Storage
2525* Files, Directory Selection.
2626* Single or Multiple File selection.
2727
28- ### Installation with JitPack
28+ ### Installation with JitPack (WE HAVE STOPPED PUSHING LIBRARY TO JITPACK. SEE mavenCentral() below)
2929
3030Add it in your root build.gradle at the end of repositories:
3131
@@ -45,7 +45,7 @@ Step 2. Add the dependency
4545Step 1. Directly add the dependency in application build.gradle file:
4646
4747 dependencies {
48- implementation 'io.github.tutorialsandroid:filepicker:9.0.2 '
48+ implementation 'io.github.tutorialsandroid:filepicker:9.1.4 '
4949 }
5050
5151### Usage
Original file line number Diff line number Diff line change 1- // include ':sample', ':library'
2- include ' :library'
1+ include ' :sample' , ' :library'
You can’t perform that action at this time.
0 commit comments