Skip to content

Commit 16b1986

Browse files
authored
Merge pull request #598 from scottnien/updateCameraXVersion
Update the CameraX version 1.4.1 to ensure it works on Pixel 9 devices.
2 parents a07d5f1 + c518af4 commit 16b1986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CameraXExtensions/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
ext.kotlin_version = '1.9.22'
2121
ext.java_version = JavaVersion.VERSION_11
2222

23-
ext.camerax_version = '1.4.0-beta01'
23+
ext.camerax_version = '1.4.1'
2424
ext.coroutines_version = '1.8.1'
2525
ext.lifecycle_version = '2.8.0'
2626

0 commit comments

Comments
 (0)