diff --git a/app/build.gradle b/app/build.gradle index 815dbb8..9428d9b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,10 +40,10 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.9' implementation 'com.android.volley:volley:1.2.1' - implementation "androidx.camera:camera-core:1.4.2" - implementation "androidx.camera:camera-camera2:1.4.2" - implementation "androidx.camera:camera-lifecycle:1.4.2" - implementation "androidx.camera:camera-view:1.4.2" + 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.concurrent:concurrent-futures:1.1.0"