Bump version

pull/62/head v1.2.2
Mattia Iavarone 7 years ago
parent 46b8e54155
commit 129179ed48
  1. 4
      README.md
  2. 2
      cameraview/build.gradle

@ -10,7 +10,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.2.1'
compile 'com.otaliastudios:cameraview:1.2.2'
```
<p>
@ -19,7 +19,7 @@ compile 'com.otaliastudios:cameraview:1.2.1'
<img src="art/screen3.jpg" width="250" vspace="20" hspace="5">
</p>
*This was 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), but has been [completely rewritten](https://github.com/natario1/CameraView/graphs/contributors?type=d). See [below](#roadmap) for a list of what was done. Feel free to contribute - this is under active development.*
*This was a fork of [CameraKit-Android](https://github.com/gogopop/CameraKit-Android), originally a fork of [Google's CameraView](https://github.com/google/cameraview), but has been [completely rewritten](https://github.com/natario1/CameraView/graphs/contributors?type=d). See [below](#roadmap) for a list of what was done. Feel free to contribute - this is under active development.*
### Features

@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
// Required by bintray
version = '1.2.1'
version = '1.2.2'
group = 'com.otaliastudios'
//region android dependencies

Loading…
Cancel
Save