Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 19673b3

Browse files
[camera]: Bump camerax_version (#6709)
Bumps `camerax_version` from 1.2.0-rc01 to 1.3.0-alpha01. Updates `camera-core` from 1.2.0-rc01 to 1.3.0-alpha01 Updates `camera-camera2` from 1.2.0-rc01 to 1.3.0-alpha01 Updates `camera-lifecycle` from 1.2.0-rc01 to 1.3.0-alpha01 --- updated-dependencies: - dependency-name: androidx.camera:camera-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.camera:camera-camera2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.camera:camera-lifecycle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2fa4e9 commit 19673b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera_android_camerax/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ android {
5656

5757
dependencies {
5858
// CameraX core library using the camera2 implementation must use same version number.
59-
def camerax_version = "1.2.0-rc01"
59+
def camerax_version = "1.3.0-alpha01"
6060
implementation "androidx.camera:camera-core:${camerax_version}"
6161
implementation "androidx.camera:camera-camera2:${camerax_version}"
6262
implementation "androidx.camera:camera-lifecycle:${camerax_version}"

0 commit comments

Comments
 (0)