Bump version

pull/19/head v1.2.0
Mattia Iavarone 7 years ago
parent 57d234c05b
commit c0142c11a9
  1. 2
      README.md
  2. 2
      cameraview/build.gradle

@ -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. 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 ```groovy
compile 'com.otaliastudios:cameraview:1.1.4' compile 'com.otaliastudios:cameraview:1.2.0'
``` ```
<p> <p>

@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray' apply plugin: 'com.jfrog.bintray'
// Required by bintray // Required by bintray
version = '1.1.4' version = '1.2.0'
group = 'com.otaliastudios' group = 'com.otaliastudios'
android { android {

Loading…
Cancel
Save