From 6c1f00270effee7907061114caef55d911db3ce7 Mon Sep 17 00:00:00 2001 From: miguelbcr Date: Sun, 26 Jun 2016 18:16:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a75755..7510bf0 100644 --- a/README.md +++ b/README.md @@ -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" } ``` @@ -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.