Skip to content

Commit

Permalink
[camera_android_camerax] update to latest stable camerax 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdikahloun authored and Hamdi Kahloun committed May 15, 2024
1 parent 0870dc8 commit 9c917ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ android {

dependencies {
// CameraX core library using the camera2 implementation must use same version number.
def camerax_version = "1.3.0-beta01"
def camerax_version = "1.3.3"
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 9c917ec

Please sign in to comment.