We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d12d98a commit 6e2e3bdCopy full SHA for 6e2e3bd
1 file changed
README.md
@@ -1,8 +1,30 @@
1
+
2
+[](#)
3
# SmartFilePicker
4
This is Telegram like File Picker for android .
5
6
<img src="files/file%20picker.gif" width="250">
7
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
23
+ dependencies {
24
+ implementation 'com.github.smartdevelopers-ir:SmartFilePicker:1.5.1'
25
26
27
28
# Usage
29
* open File Picker
30
``` java
0 commit comments