Skip to content

Commit

Permalink
[camera]: Bump camerax_version from 1.3.0-alpha01 to 1.3.0-alpha02 in…
Browse files Browse the repository at this point in the history
… /packages/camera/camera_android_camerax/android (flutter#6828)

* [camera]: Bump camerax_version

Bumps `camerax_version` from 1.3.0-alpha01 to 1.3.0-alpha02.

Updates `camera-core` from 1.3.0-alpha01 to 1.3.0-alpha02

Updates `camera-camera2` from 1.3.0-alpha01 to 1.3.0-alpha02

Updates `camera-lifecycle` from 1.3.0-alpha01 to 1.3.0-alpha02

---
updated-dependencies:
- dependency-name: androidx.camera:camera-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.camera:camera-camera2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.camera:camera-lifecycle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add changelog change

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: camsim99 <camillesimon90@gmail.com>
  • Loading branch information
2 people authored and mauricioluz committed Jan 26, 2023
1 parent b8041d1 commit d38fb6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/camera/camera_android_camerax/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
* Adds CameraInfo class and removes unnecessary code from plugin.
* Adds CameraSelector class.
* Adds ProcessCameraProvider class.
* Bump CameraX version to 1.3.0-alpha02.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ android {

dependencies {
// CameraX core library using the camera2 implementation must use same version number.
def camerax_version = "1.3.0-alpha01"
def camerax_version = "1.3.0-alpha02"
implementation "androidx.camera:camera-core:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}"
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
Expand Down

0 comments on commit d38fb6c

Please sign in to comment.