Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbcr authored Jun 26, 2016
1 parent 8e26f79 commit 6c1f002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
And add next dependencies in the build.gradle of the module:
```gradle
dependencies {
compile "com.github.FuckBoilerplate:RxPaparazzo:0.1.4"
compile "com.github.FuckBoilerplate:RxPaparazzo:0.1.5"
compile "io.reactivex:rxjava:1.1.5"
}
```
Expand Down Expand Up @@ -81,7 +81,7 @@ RxPaparazzo.takeImage(activityOrFragment)

The `response` instance holds a reference to the path where the image was persisted.

The path is under app name folder on the root of the external storage.
By default, the path is under app name folder on the root of the external storage, but you can save the images in internal storage by using `.useInternalStorage()`


### Calling the gallery to retrieve an image.
Expand Down

0 comments on commit 6c1f002

Please sign in to comment.