Skip to content

Commit

Permalink
Update dependency androidx.camera:camera-video 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 a01f60c
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 @@ -59,7 +59,7 @@ dependencies {
// 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
implementation("androidx.camera:camera-video:1.3.0-alpha01")
implementation("androidx.camera:camera-video:1.3.0-rc02")
// If you want to additionally use the CameraX View class
implementation("androidx.camera:camera-view:1.3.0-alpha01")
// If you want to additionally add CameraX ML Kit Vision Integration
Expand Down

0 comments on commit a01f60c

Please sign in to comment.