From 0e9a57f31d2e8a6a542931e14b64c19a75b01770 Mon Sep 17 00:00:00 2001 From: dependency-bot Date: Sat, 13 Sep 2025 08:32:38 +0000 Subject: [PATCH] Update androidx.camera to v1.5.0 --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 50396b2326..4307596319 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.4.2" - implementation "androidx.camera:camera-camera2:1.4.2" - implementation 'androidx.camera:camera-view:1.4.2' - implementation 'androidx.camera:camera-lifecycle:1.4.2' + implementation "androidx.camera:camera-core:1.5.0" + implementation "androidx.camera:camera-camera2:1.5.0" + implementation 'androidx.camera:camera-view:1.5.0' + implementation 'androidx.camera:camera-lifecycle:1.5.0' testImplementation "junit:junit:4.13.2" testImplementation "org.mockito:mockito-core:5.19.0"