From 7f6110ecd577cf58ac27c8a9a2b4865ce4243f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aravind=20=F0=9F=87=AE=F0=9F=87=B3?= <36630532+aravind3566@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:10:56 +0700 Subject: [PATCH] Bump camerax_version to 1.4.2 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 846aeae06..e2681e815 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion" // CameraX core library using the camera2 implementation - def camerax_version = "1.1.0" + def camerax_version = "1.4.2" // The following line is optional, as the core library is included indirectly by camera-camera2 implementation "androidx.camera:camera-core:${camerax_version}" implementation "androidx.camera:camera-camera2:${camerax_version}"