diff --git a/app/build.gradle b/app/build.gradle index 9e20159..cb7f3c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,10 +46,10 @@ dependencies { implementation 'com.google.code.gson:gson:2.13.2' implementation 'com.android.volley:volley:1.2.1' - implementation "androidx.camera:camera-core:1.5.3" - implementation "androidx.camera:camera-camera2:1.5.3" - implementation "androidx.camera:camera-lifecycle:1.5.3" - implementation "androidx.camera:camera-view:1.5.3" + implementation "androidx.camera:camera-core:1.6.0" + implementation "androidx.camera:camera-camera2:1.6.0" + implementation "androidx.camera:camera-lifecycle:1.6.0" + implementation "androidx.camera:camera-view:1.6.0" implementation "androidx.concurrent:concurrent-futures:1.3.0"