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"