Skip to content

Commit 8b09614

Browse files
[dependabot]: Bump cameraxVersion from 1.5.3 to 1.6.0 in /packages/camera/camera_android_camerax/android (#11441)
Bumps `cameraxVersion` from 1.5.3 to 1.6.0. Updates `androidx.camera:camera-core` from 1.5.3 to 1.6.0 Updates `androidx.camera:camera-camera2` from 1.5.3 to 1.6.0 Updates `androidx.camera:camera-lifecycle` from 1.5.3 to 1.6.0 Updates `androidx.camera:camera-video` from 1.5.3 to 1.6.0 Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 810faf6 commit 8b09614

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/camera/camera_android_camerax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.2
2+
3+
* Bumps camerax_version from 1.5.3 to 1.6.0.
4+
15
## 0.7.1+2
26

37
* Fixes dartdoc comments that accidentally used HTML.

packages/camera/camera_android_camerax/android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ android {
7979

8080
dependencies {
8181
// CameraX core library using the camera2 implementation must use same version number.
82-
val cameraxVersion = "1.5.3"
82+
val cameraxVersion = "1.6.0"
8383
implementation("androidx.camera:camera-core:${cameraxVersion}")
8484
implementation("androidx.camera:camera-camera2:${cameraxVersion}")
8585
implementation("androidx.camera:camera-lifecycle:${cameraxVersion}")

packages/camera/camera_android_camerax/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: camera_android_camerax
22
description: Android implementation of the camera plugin using the CameraX library.
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5-
version: 0.7.1+2
5+
version: 0.7.2
66

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)