From 03e71b8bb6d0f315e4e432f791e80b31b6bd7f1a Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Wed, 9 Oct 2019 11:37:21 +0200 Subject: [PATCH] Release v2.3.1 --- README.md | 2 +- cameraview/build.gradle | 2 +- docs/_posts/2018-12-20-changelog.md | 2 +- docs/_posts/2018-12-20-install.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf4d62b5..daed9697 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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 -api 'com.otaliastudios:cameraview:2.3.0' +api 'com.otaliastudios:cameraview:2.3.1' ``` - Fast & reliable diff --git a/cameraview/build.gradle b/cameraview/build.gradle index b536ef88..9d0d528a 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 = '2.3.0' +version = '2.3.1' group = 'com.otaliastudios' //region android dependencies diff --git a/docs/_posts/2018-12-20-changelog.md b/docs/_posts/2018-12-20-changelog.md index afd8b762..6d4850d1 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -8,7 +8,7 @@ order: 3 New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page. -## v2.3.1 +### v2.3.1 - [Video] Improvement: better timing for `onVideoRecordingStart()` thanks to [@agrawalsuneet][agrawalsuneet] ([#632][632]) - [Video, Camera1] Fix: fixed video errors when starting on specific devices ([#617][617]) diff --git a/docs/_posts/2018-12-20-install.md b/docs/_posts/2018-12-20-install.md index f1eb35d0..6757bc83 100644 --- a/docs/_posts/2018-12-20-install.md +++ b/docs/_posts/2018-12-20-install.md @@ -24,7 +24,7 @@ allprojects { Then simply download the latest version: ```groovy -api 'com.otaliastudios:cameraview:2.3.0' +api 'com.otaliastudios:cameraview:2.3.1' ``` No other configuration steps are needed. \ No newline at end of file