Skip to content

Commit a3df540

Browse files
updated readme
1 parent 97c2ab5 commit a3df540

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ AndroidExternalFileWriter
33

44
[ ![Download](https://api.bintray.com/packages/prashamtrivedi/maven/AndroidExternalFileWriter/images/download.svg) ](https://bintray.com/prashamtrivedi/maven/AndroidExternalFileWriter/_latestVersion)
55

6+
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidExternalFileWriter-blue.svg?style=flat)](http://android-arsenal.com/details/1/1796)
7+
68
A helper class to write files in external android storage, along with it's demo application.
79

810
Class is separately located at https://gist.github.com/PrashamTrivedi/6121924
911

1012
Maven Availibility
1113
==================
12-
This library will be available in JCenter soon, the credentials will be
13-
14-
`com.creativeelites:AndroidExternalFileWriter:1.2`
15-
14+
This library is available in JCenter. In your gradle file enter
15+
```groovy
16+
compile com.creativeelites:AndroidExternalFileWriter:1.2
17+
```
1618
How does it work
1719
=========================
1820
1. Create AppExternalFileWriter object with passing context to it.

0 commit comments

Comments
 (0)