Skip to content

Commit

Permalink
[camera]: Bump camerax_version (flutter#6709)
Browse files Browse the repository at this point in the history
Bumps `camerax_version` from 1.2.0-rc01 to 1.3.0-alpha01.

Updates `camera-core` from 1.2.0-rc01 to 1.3.0-alpha01

Updates `camera-camera2` from 1.2.0-rc01 to 1.3.0-alpha01

Updates `camera-lifecycle` from 1.2.0-rc01 to 1.3.0-alpha01

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and Adam Harwood committed Nov 21, 2022
1 parent 2a46074 commit 6b923b6
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0-rc01"
def camerax_version = "1.3.0-alpha01"
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 6b923b6

Please sign in to comment.