From d5c21369dff386d5ef309aee42047cbe2233932c Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 6 Dec 2025 01:05:15 +0000 Subject: [PATCH] Update androidx.camera to v1.5.2 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1be2921b11..4164486620 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -219,10 +219,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.1" - implementation "androidx.camera:camera-camera2:1.5.1" - implementation 'androidx.camera:camera-view:1.5.1' - implementation 'androidx.camera:camera-lifecycle:1.5.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' testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:5.20.0"