Skip to content

Commit 6e2e3bd

Browse files
Update README.md
1 parent d12d98a commit 6e2e3bd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
1+
2+
[![donate](https://img.shields.io/badge/Donate-Crypto-yellow.svg)](#)
13
# SmartFilePicker
24
This is Telegram like File Picker for android .
35

46
<img src="files/file%20picker.gif" width="250">
57

8+
# Installation
9+
10+
* Add it in your root build.gradle at the end of repositories:
11+
12+
``` gradel
13+
allprojects {
14+
repositories {
15+
...
16+
maven { url 'https://jitpack.io' }
17+
}
18+
}
19+
```
20+
* Add the dependency
21+
22+
``` gradel
23+
dependencies {
24+
implementation 'com.github.smartdevelopers-ir:SmartFilePicker:1.5.1'
25+
}
26+
```
27+
628
# Usage
729
* open File Picker
830
``` java

0 commit comments

Comments
 (0)