From c581aba99875f3c5505bebb6a9ae6809910babc3 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 14 Dec 2024 01:08:19 +0000 Subject: [PATCH] Update androidx.camera to v1.4.1 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8240e17d5..25c59748d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -201,10 +201,10 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3' implementation 'androidx.constraintlayout:constraintlayout:2.2.0' - implementation "androidx.camera:camera-core:1.4.0" - implementation "androidx.camera:camera-camera2:1.4.0" - implementation 'androidx.camera:camera-view:1.4.0' - implementation 'androidx.camera:camera-lifecycle:1.4.0' + implementation "androidx.camera:camera-core:1.4.1" + implementation "androidx.camera:camera-camera2:1.4.1" + implementation 'androidx.camera:camera-view:1.4.1' + implementation 'androidx.camera:camera-lifecycle:1.4.1' testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:5.14.2"