From 354bf937b231799de61144d6e949c659c8680919 Mon Sep 17 00:00:00 2001 From: Bastian Kohler Date: Fri, 12 May 2023 09:37:58 +0200 Subject: [PATCH] added camerax libraries to build.gradle --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index 631248a..7dad5e5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,4 +36,8 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + + // Required for CameraX + implementation 'androidx.camera:camera-core:1.2.2' + implementation 'androidx.camera:camera-camera2:1.2.2' } \ No newline at end of file