From 901cd782af8306e3484077ea1c7cf6ae0cdbdda8 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 10 Aug 2017 23:58:02 +0200 Subject: [PATCH] Readme changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e887e238..3b406ada 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@ CameraView is a well documented, high-level library that makes capturing pictures and videos easy, addressing most of the common issues and needs, and still leaving you with flexibility where needed. +```groovy +compile 'com.otaliastudios:cameraview:1.0.0' +``` +

-```groovy -compile 'com.otaliastudios:cameraview:1.0.0' -``` - *This is a fork of [CameraKit-Android library](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView library](https://github.com/google/cameraview). The library at this point has been completely rewritten and refactored. See [below](#roadmap) for a list of what was done. This works better than any other library I have tried, and I would be grateful for any issue, suggestion or contribution.* ### Features