From e691fc1e8c334c6928658926b125c7a655c02bef Mon Sep 17 00:00:00 2001 From: darthpaul Date: Sun, 26 Jun 2022 00:12:19 +0100 Subject: [PATCH] use more stable CameraX 1.1.0-rc02 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 37c76c58..fbc8af34 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,7 +68,7 @@ dependencies { implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.4.1" implementation 'androidx.window:window:1.1.0-alpha02' - def camerax_version = '1.2.0-alpha02' + def camerax_version = '1.1.0-rc02' implementation "androidx.camera:camera-core:$camerax_version" implementation "androidx.camera:camera-camera2:$camerax_version" implementation "androidx.camera:camera-video:$camerax_version"