diff --git a/app/build.gradle b/app/build.gradle index b7c7ed3..ecc0358 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,8 @@ dependencies { androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation 'androidx.camera:camera-camera2:1.0.0-beta11' - implementation 'androidx.camera:camera-core:1.0.0-beta11' - implementation 'androidx.camera:camera-core:1.0.0-beta11' + implementation 'androidx.camera:camera-core:1.3.1' + implementation 'androidx.camera:camera-core:1.3.1' implementation 'androidx.camera:camera-extensions:1.0.0-alpha18' implementation 'androidx.camera:camera-lifecycle:1.0.0-beta11' implementation 'androidx.camera:camera-view:1.0.0-alpha15'