Skip to content

Commit 03b5df7

Browse files
authored
Release v2.0.0-rc2 (#519)
1 parent 535eebc commit 03b5df7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CameraView is a well documented, high-level library that makes capturing picture
1515
addressing most of the common issues and needs, and still leaving you with flexibility where needed.
1616

1717
```groovy
18-
compile 'com.otaliastudios:cameraview:2.0.0-rc1'
18+
api 'com.otaliastudios:cameraview:2.0.0-rc1'
1919
```
2020

2121
- Fast & reliable

cameraview/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// Required by bintray
6-
version = '2.0.0-rc1'
6+
version = '2.0.0-rc2'
77
group = 'com.otaliastudios'
88

99
//region android dependencies

docs/_posts/2018-12-20-changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ order: 3
88

99
New versions are released through GitHub, so the reference page is the [GitHub Releases](https://github.com/natario1/CameraView/releases) page.
1010

11+
### v2.0.0-rc2
12+
13+
- Fix: crashes when stopping video snapshots ([#513][513])
14+
- Fix: dependencies missing, leading to runtime crashes ([#517][517])
15+
1116
### v2.0.0-rc1
1217

1318
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
8590
[501]: https://github.com/natario1/CameraView/pull/501
8691
[502]: https://github.com/natario1/CameraView/pull/502
8792
[506]: https://github.com/natario1/CameraView/pull/506
93+
[513]: https://github.com/natario1/CameraView/pull/513
94+
[517]: https://github.com/natario1/CameraView/pull/517

docs/_posts/2018-12-20-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
Then simply download the latest version:
2525

2626
```groovy
27-
api 'com.otaliastudios:cameraview:2.0.0-rc1'
27+
api 'com.otaliastudios:cameraview:2.0.0-rc2'
2828
```
2929

3030
No other configuration steps are needed.

0 commit comments

Comments
 (0)