Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies {
implementation "com.facebook.react:react-native:+"

// Add minimal dependency on CameraX to use ImageAnalysis
def camerax_version = "1.7.0-alpha01"
def camerax_version = "1.7.0-alpha02"
implementation "androidx.camera:camera-core:${camerax_version}"

// Google MLKit library
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-vision-camera/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies {
implementation "com.facebook.react:react-native:+"

// CameraX dependency
def camerax_version = "1.7.0-alpha01"
def camerax_version = "1.7.0-alpha02"
implementation "androidx.camera:camera-core:${camerax_version}"
implementation "androidx.camera:camera-camera2:${camerax_version}"
implementation "androidx.camera:camera-camera2-pipe:${camerax_version}"
Expand Down
Loading