Skip to content

Commit

Permalink
Bump camerax_version from 1.3.0-rc02 to 1.4.0-alpha05
Browse files Browse the repository at this point in the history
Bumps `camerax_version` from 1.3.0-rc02 to 1.4.0-alpha05.

Updates `androidx.camera:camera-camera2` from 1.3.0-rc02 to 1.4.0-alpha05

Updates `androidx.camera:camera-lifecycle` from 1.3.0-rc02 to 1.4.0-alpha05

Updates `androidx.camera:camera-view` from 1.3.0-rc02 to 1.4.0-alpha05

---
updated-dependencies:
- 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
- dependency-name: androidx.camera:camera-view
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 4c977a6 commit b3fabc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation 'com.google.mlkit:barcode-scanning:17.2.0'

// CameraX library
def camerax_version = "1.3.0-rc02"
def camerax_version = "1.4.0-alpha05"
implementation "androidx.camera:camera-camera2:$camerax_version"
implementation "androidx.camera:camera-lifecycle:$camerax_version"
implementation "androidx.camera:camera-view:$camerax_version"
Expand Down

0 comments on commit b3fabc0

Please sign in to comment.