new gradle/android-api

uses "implementation" instead of "compile" for dependencies
pull/318/head^2
ffischer1984 7 years ago committed by GitHub
parent d0bb8cd31c
commit c398a38e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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). See [CHANGELOG](https://github.com/natario1/CameraView/blob/master/CHANGELOG.md).
```groovy ```groovy
compile 'com.otaliastudios:cameraview:1.6.0' implementation 'com.otaliastudios:cameraview:1.6.0'
``` ```
Make sure your project repositories include the `jcenter()`: Make sure your project repositories include the `jcenter()`:

Loading…
Cancel
Save