Skip to content

Commit

Permalink
Release v2.3.0 (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 authored Oct 1, 2019
1 parent 5619dbd commit 5b92e81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0'
api 'com.otaliastudios:cameraview:2.3.0'
```

- Fast & reliable
Expand Down
2 changes: 1 addition & 1 deletion cameraview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// Required by bintray
version = '2.2.0'
version = '2.3.0'
group = 'com.otaliastudios'

//region android dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2018-12-20-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0 (to be released)
## v2.3.0

- [Camera2, Metering] New: `startAutoFocus` is much more powerful and does 3A metering (AF, AE, AWB) ([#574][574])
- [Camera2, Metering] New: `setPictureMetering(boolean)` decides whether to do metering before `takePicture()`. Defaults to true to improve quality. ([#580][580])
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/2018-12-20-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ allprojects {
Then simply download the latest version:

```groovy
api 'com.otaliastudios:cameraview:2.2.0'
api 'com.otaliastudios:cameraview:2.3.0'
```

No other configuration steps are needed.

0 comments on commit 5b92e81

Please sign in to comment.