From 03b5df7a10c34715c467f563c03042a9e1bb5208 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 22 Jul 2019 20:18:12 -0300 Subject: [PATCH] Release v2.0.0-rc2 (#519) --- README.md | 2 +- cameraview/build.gradle | 2 +- docs/_posts/2018-12-20-changelog.md | 7 +++++++ docs/_posts/2018-12-20-install.md | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8834b1e..0a3aa1c4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,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 -compile 'com.otaliastudios:cameraview:2.0.0-rc1' +api 'com.otaliastudios:cameraview:2.0.0-rc1' ``` - Fast & reliable diff --git a/cameraview/build.gradle b/cameraview/build.gradle index dded5546..b118537c 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.0.0-rc1' +version = '2.0.0-rc2' 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 6443c00d..0cb5c5b5 100644 --- a/docs/_posts/2018-12-20-changelog.md +++ b/docs/_posts/2018-12-20-changelog.md @@ -8,6 +8,11 @@ order: 3 New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page. +### v2.0.0-rc2 + +- Fix: crashes when stopping video snapshots ([#513][513]) +- Fix: dependencies missing, leading to runtime crashes ([#517][517]) + ### v2.0.0-rc1 This is likely to be the last release before v2.0.0. @@ -85,3 +90,5 @@ This is the first beta release. For changes with respect to v1, please take a lo [501]: https://github.com/natario1/CameraView/pull/501 [502]: https://github.com/natario1/CameraView/pull/502 [506]: https://github.com/natario1/CameraView/pull/506 +[513]: https://github.com/natario1/CameraView/pull/513 +[517]: https://github.com/natario1/CameraView/pull/517 diff --git a/docs/_posts/2018-12-20-install.md b/docs/_posts/2018-12-20-install.md index bb44a8bf..aabb5911 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.0.0-rc1' +api 'com.otaliastudios:cameraview:2.0.0-rc2' ``` No other configuration steps are needed. \ No newline at end of file