Skip to content

Commit

Permalink
Update dependency androidx.camera:camera-camera2 to v1.3.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent d01f19e commit 109cc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

// The following line is optional, as the core library is included indirectly by camera-camera2
implementation("androidx.camera:camera-core:1.3.0-alpha01")
implementation("androidx.camera:camera-camera2:1.3.0-alpha01")
implementation("androidx.camera:camera-camera2:1.3.0-rc02")
// If you want to additionally use the CameraX Lifecycle library
implementation("androidx.camera:camera-lifecycle:1.3.0-alpha01")
// If you want to additionally use the CameraX VideoCapture library
Expand Down Expand Up @@ -89,7 +89,7 @@ dependencies {

// CameraX View class (For camera preview)
implementation "androidx.camera:camera-core:1.3.0-alpha01"
implementation "androidx.camera:camera-camera2:1.3.0-alpha01"
implementation "androidx.camera:camera-camera2:1.3.0-rc02"
implementation "androidx.camera:camera-lifecycle:1.3.0-alpha01"
implementation "androidx.camera:camera-view:1.3.0-alpha01"

Expand Down

0 comments on commit 109cc27

Please sign in to comment.