diff --git a/README.md b/README.md index 4379ce4d..ed1944b9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ 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.1.1' +compile 'com.otaliastudios:cameraview:1.1.2' ```
diff --git a/cameraview/build.gradle b/cameraview/build.gradle index 450067d1..6f5cb6d3 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.1.1' +version = '1.1.2' group = 'com.otaliastudios' android {