Skip to content

Commit 4556cf6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)