Skip to content

Commit e3fcef2

Browse files
authored
Release v2.6.4 (#954)
1 parent 8207e67 commit e3fcef2

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
@@ -22,7 +22,7 @@ CameraView is a well documented, high-level library that makes capturing picture
2222
addressing most of the common issues and needs, and still leaving you with flexibility where needed.
2323

2424
```groovy
25-
api 'com.otaliastudios:cameraview:2.6.3'
25+
api 'com.otaliastudios:cameraview:2.6.4'
2626
```
2727

2828
- Fast & reliable

cameraview/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ android {
1414
setMinSdkVersion(property("minSdkVersion") as Int)
1515
setTargetSdkVersion(property("targetSdkVersion") as Int)
1616
versionCode = 1
17-
versionName = "2.6.3"
17+
versionName = "2.6.4"
1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
testInstrumentationRunnerArgument("filter", "" +
2020
"com.otaliastudios.cameraview.tools.SdkExcludeFilter," +

docs/_about/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ New versions are released through GitHub, so the reference page is the [GitHub R
99
> Starting from 2.4.0, you can now [support development](https://github.com/sponsors/natario1) through the GitHub Sponsors program.
1010
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
1111

12+
##### v2.6.4
13+
14+
- Fix: Fix many small bugs ([#953][953])
15+
16+
<https://github.com/natario1/CameraView/compare/v2.6.3...v2.6.4>
17+
1218
##### v2.6.3
1319

1420
- <small>[Video]</small> New: `setAudioCodec` and `app:cameraAudioCodec` to choose the audio encoding format, thanks to [@EverydayPineapple][EverydayPineapple] ([#861][861])
@@ -435,3 +441,4 @@ This is the last release before v2.
435441
[861]: https://github.com/natario1/CameraView/pull/861
436442
[877]: https://github.com/natario1/CameraView/pull/877
437443
[897]: https://github.com/natario1/CameraView/pull/897
444+
[953]: https://github.com/natario1/CameraView/pull/953

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ google_analytics_id: 'UA-155077779-1'
1212
google_site_verification: '4x49i17ABIrSvUl52SeL0-t0341aTnWWaC62-FYCRT4'
1313
github: [metadata] # TODO What's this?
1414
github_repo: CameraView
15-
github_version: 2.6.3
15+
github_version: 2.6.4
1616
github_branch: master
1717
baseurl: '/CameraView' # Keep as an empty string if served up at the root
1818
collections:

0 commit comments

Comments
 (0)