We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f1359 commit cac48b2Copy full SHA for cac48b2
package/android/build.gradle
@@ -185,7 +185,7 @@ dependencies {
185
implementation "com.facebook.react:react-android:+"
186
187
// CameraX dependency
188
- def camerax_version = "1.5.0-beta01"
+ def camerax_version = "1.5.0-alpha03"
189
implementation "androidx.camera:camera-core:${camerax_version}"
190
implementation "androidx.camera:camera-camera2:${camerax_version}"
191
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
0 commit comments