Skip to content

Commit fdf341c

Browse files
Migrated to mavenCentral()
1 parent cda0c86 commit fdf341c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3030
Add it in your root build.gradle at the end of repositories:
3131

@@ -45,7 +45,7 @@ Step 2. Add the dependency
4545
Step 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

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
//include ':sample', ':library'
2-
include ':library'
1+
include ':sample', ':library'

0 commit comments

Comments
 (0)