Skip to content

Commit fda1b32

Browse files
committed
Read ME changes
1 parent 039de28 commit fda1b32

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,25 @@ I have tested with multiple scenarios , here is the scenario list
1212
4. Multiple Photo Selection will work from Android 11 to Android 13.
1313
5. Multiple Photo Selection below Android 11 we have to use clipdata the old way.
1414

15+
Here how to use library in your project follow below steps .
16+
17+
1. In your gradle(app) add below line
18+
```
19+
dependencies{
20+
implementation 'com.github.ParthLotia:FilePicker:Tag'
21+
}
22+
```
23+
24+
2. In your project level gradle add below line
25+
```
26+
repositories {
27+
google()
28+
mavenCentral()
29+
maven { url "https://www.jitpack.io" }
30+
}
31+
```
32+
33+
1534
<!--![LocationPermission](art/ss_location1.png)-->
1635

1736
<p align="center">

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ afterEvaluate {
106106
// You can then customize attributes of the publication as shown below.
107107
groupId = 'com.plandroid.photopicker'
108108
artifactId = 'photoPicker'
109-
version = '1.0.3'
109+
version = '1.0.5'
110110
}
111111
}
112112
}

0 commit comments

Comments
 (0)