From c398a38e7dc34a4c1fea26ceb012b7b44340e34d Mon Sep 17 00:00:00 2001 From: ffischer1984 Date: Sat, 10 Nov 2018 11:24:15 +0100 Subject: [PATCH] new gradle/android-api uses "implementation" instead of "compile" for dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49815f11..db9f9de3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ addressing most of the common issues and needs, and still leaving you with flexi See [CHANGELOG](https://github.com/natario1/CameraView/blob/master/CHANGELOG.md). ```groovy -compile 'com.otaliastudios:cameraview:1.6.0' +implementation 'com.otaliastudios:cameraview:1.6.0' ``` Make sure your project repositories include the `jcenter()`: