From cfea67c5d6e44ff272c75537049d95c0d53a1d1c Mon Sep 17 00:00:00 2001 From: Eric Cugota Date: Wed, 17 Jan 2018 13:10:55 +0100 Subject: [PATCH] Update README.md --- 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() + + } + +} + ``` +