Skip to content

Commit e1f1359

Browse files
authored
fix: Upgrade CameraX from alpha03 to beta01 (#3576)
1 parent 5206c78 commit e1f1359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ dependencies {
185185
implementation "com.facebook.react:react-android:+"
186186

187187
// CameraX dependency
188-
def camerax_version = "1.5.0-alpha03"
188+
def camerax_version = "1.5.0-beta01"
189189
implementation "androidx.camera:camera-core:${camerax_version}"
190190
implementation "androidx.camera:camera-camera2:${camerax_version}"
191191
implementation "androidx.camera:camera-lifecycle:${camerax_version}"

0 commit comments

Comments
 (0)