Bump version

pull/86/head v1.3.0
Mattia Iavarone 7 years ago
parent 2685f47472
commit edb0d58b7f
  1. 2
      README.md
  2. 2
      cameraview/build.gradle

@ -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. addressing most of the common issues and needs, and still leaving you with flexibility where needed.
```groovy ```groovy
compile 'com.otaliastudios:cameraview:1.2.3' compile 'com.otaliastudios:cameraview:1.3.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.2.3' version = '1.3.0'
group = 'com.otaliastudios' group = 'com.otaliastudios'
//region android dependencies //region android dependencies

Loading…
Cancel
Save