From c406636492528412489879e1ac34b7ccbf9b44fa Mon Sep 17 00:00:00 2001 From: darthpaul Date: Thu, 29 Sep 2022 00:49:37 +0100 Subject: [PATCH] update CameraX --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4b267e51..9d26fbfc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,7 +69,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1" implementation 'androidx.window:window:1.1.0-alpha03' - def camerax_version = '1.1.0' + def camerax_version = '1.2.0-beta02' implementation "androidx.camera:camera-core:$camerax_version" implementation "androidx.camera:camera-camera2:$camerax_version" implementation "androidx.camera:camera-video:$camerax_version"