Skip to content

Commit

Permalink
Bump camerax_version from 1.4.0-rc01 to 1.5.0-alpha01
Browse files Browse the repository at this point in the history
Bumps `camerax_version` from 1.4.0-rc01 to 1.5.0-alpha01.

Updates `androidx.camera:camera-core` from 1.4.0-rc01 to 1.5.0-alpha01

Updates `androidx.camera:camera-camera2` from 1.4.0-rc01 to 1.5.0-alpha01

Updates `androidx.camera:camera-lifecycle` from 1.4.0-rc01 to 1.5.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]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 2bca31e commit 995167d
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 @@ -85,7 +85,7 @@ dependencies {
implementation 'com.google.android.material:material'

// CameraX core library
def camerax_version = '1.4.0-rc01'
def camerax_version = '1.5.0-alpha01'
implementation "androidx.camera:camera-core:$camerax_version"

// CameraX Camera2 extensions
Expand Down

0 comments on commit 995167d

Please sign in to comment.