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() + + } + +} + ``` +