diff --git a/app/build.gradle b/app/build.gradle index 2bed973..4fe53a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,7 +75,7 @@ dependencies { implementation 'androidx.camera:camera-view:1.0.0-alpha12' // CameraX Extensions library - implementation "androidx.camera:camera-extensions:1.0.0-alpha12" + implementation "androidx.camera:camera-extensions:1.4.1" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.0'