Skip to content

Commit cac48b2

Browse files
authored
Revert "fix(android): bump androidX to beta01 (which fixes several edge cases)" (#3577)
Revert "fix: Upgrade CameraX from alpha03 to beta01 (#3576)" This reverts commit e1f1359.
1 parent e1f1359 commit cac48b2

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-beta01"
188+
def camerax_version = "1.5.0-alpha03"
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)