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 c62f6f7 commit 869e8c6Copy full SHA for 869e8c6
packages/camera/camera_android_camerax/android/build.gradle
@@ -62,7 +62,7 @@ android {
62
63
dependencies {
64
// CameraX core library using the camera2 implementation must use same version number.
65
- def camerax_version = "1.3.0-alpha05"
+ def camerax_version = "1.3.0-alpha06"
66
implementation "androidx.camera:camera-core:${camerax_version}"
67
implementation "androidx.camera:camera-camera2:${camerax_version}"
68
implementation "androidx.camera:camera-lifecycle:${camerax_version}"
0 commit comments