From 5000caeb412c8a4e2d262498660509d90819e651 Mon Sep 17 00:00:00 2001 From: Eric Cugota Date: Wed, 17 Jan 2018 16:36:07 +0100 Subject: [PATCH] Update README.md (#146) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f5428457..f1462704 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,15 @@ See [CHANGELOG](https://github.com/natario1/CameraView/blob/master/CHANGELOG.md) ```groovy compile 'com.otaliastudios:cameraview:1.4.1' ``` +If you're facing gradle issues while installing it, make sure your project dependencies have the jcenter() repository correctly confgured: +```groovy +allprojects { + + repositories { + + jcenter() + + } + +} + ``` +