Skip to content

Commit

Permalink
feat: Update CameraX to 1.5.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Sep 8, 2024
1 parent dd7db38 commit 1a33355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ dependencies {
implementation "com.facebook.react:react-android:+"

// CameraX dependency
def camerax_version = "1.4.0-rc01"
def camerax_version = "1.5.0-alpha01"
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 1a33355

Please sign in to comment.