Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
[camera]: Bump camerax_version
Browse files Browse the repository at this point in the history
Bumps `camerax_version` from 1.3.0-alpha01 to 1.3.0-beta01.

Updates `androidx.camera:camera-core` from 1.3.0-alpha01 to 1.3.0-beta01

Updates `androidx.camera:camera-camera2` from 1.3.0-alpha01 to 1.3.0-beta01

Updates `androidx.camera:camera-lifecycle` from 1.3.0-alpha01 to 1.3.0-beta01

---
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent ec2041f commit cbc1642
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.3.0-alpha01"
def camerax_version = "1.3.0-beta01"
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 cbc1642

Please sign in to comment.