Skip to content

Commit c518af4

Browse files
committed
Update the CameraX version 1.4.1 to ensure it works on Pixel 9 devices.
CameraX version 1.4.1 fixed a critical issue on Pixel 9 series devices.
1 parent a07d5f1 commit c518af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)