From 960383f267111d6f70a85ea4297f07217adde504 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 31 Jan 2026 01:02:50 +0000 Subject: [PATCH] Update androidx.camera to v1.5.3 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e05ab922a1..19dc262415 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -220,10 +220,10 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation "androidx.camera:camera-core:1.5.2" - implementation "androidx.camera:camera-camera2:1.5.2" - implementation 'androidx.camera:camera-view:1.5.2' - implementation 'androidx.camera:camera-lifecycle:1.5.2' + implementation "androidx.camera:camera-core:1.5.3" + implementation "androidx.camera:camera-camera2:1.5.3" + implementation 'androidx.camera:camera-view:1.5.3' + implementation 'androidx.camera:camera-lifecycle:1.5.3' testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:5.21.0"