From edb0d58b7f11edd25694fb5d650e755caa90c0a1 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Sat, 28 Oct 2017 15:20:50 +0200 Subject: [PATCH] Bump version --- README.md | 2 +- cameraview/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1583a407..a0e4c682 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ CameraView is a well documented, high-level library that makes capturing picture addressing most of the common issues and needs, and still leaving you with flexibility where needed. ```groovy -compile 'com.otaliastudios:cameraview:1.2.3' +compile 'com.otaliastudios:cameraview:1.3.0' ```

diff --git a/cameraview/build.gradle b/cameraview/build.gradle index 4a8120dc..6e023990 100644 --- a/cameraview/build.gradle +++ b/cameraview/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' // Required by bintray -version = '1.2.3' +version = '1.3.0' group = 'com.otaliastudios' //region android dependencies