Skip to content

Commit ecd9cc6

Browse files
authored
Update README.md
1 parent c6a0516 commit ecd9cc6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
A FileBrowser / FileChooser for Android that you can integrate to your app to browse/select files from internal/external storage.
44

5+
# Using Maven
6+
``` xml
7+
<dependency>
8+
<groupId>com.adityak</groupId>
9+
<artifactId>browsemyfiles</artifactId>
10+
<version>1.1</version>
11+
<type>pom</type>
12+
</dependency>
13+
```
14+
# In build.gradle
15+
```
16+
compile 'com.adityak:browsemyfiles:1.1'
17+
```
18+
19+
520
<img src="https://cloud.githubusercontent.com/assets/19688735/25305189/670232ec-2794-11e7-819f-b92f487b3075.png" width="300"> <img src="https://cloud.githubusercontent.com/assets/19688735/25305190/670328a0-2794-11e7-86ac-62b69af7b577.png" width="300">
621
<img src="https://cloud.githubusercontent.com/assets/19688735/25305188/6701de1e-2794-11e7-981f-7d6d0124b2b2.png" width="300"> <img src="https://cloud.githubusercontent.com/assets/19688735/25305187/6701b74a-2794-11e7-8057-c5677db858b0.png" width="300">
722
<img src="https://cloud.githubusercontent.com/assets/19688735/25305186/6701b33a-2794-11e7-8c58-d5da64e40768.png" width="300"> <img src="https://cloud.githubusercontent.com/assets/19688735/25305191/67038f8e-2794-11e7-8777-4bb0db870c31.png" width="300">
@@ -109,4 +124,4 @@ Bundle b = intent.getExtras()
109124

110125

111126
If you have any questions/queries/Bugs/Hugs please mail @
112-
#adityak368@gmail.com
127+
adityak368@gmail.com

0 commit comments

Comments
 (0)