From 3d1215f6d8e047421520590f78c78c67e3ac3891 Mon Sep 17 00:00:00 2001 From: Norbel AMBANUMBEN Date: Wed, 23 Oct 2024 02:21:34 +0100 Subject: chore: boostrap scanner --- app/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index 2dffdd54..dbc3d926 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -422,6 +422,10 @@ dependencies { implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation 'androidx.lifecycle:lifecycle-process:2.7.0' implementation 'de.hdodenhof:circleimageview:3.1.0' + implementation 'com.google.mlkit:barcode-scanning:17.3.0' + implementation 'androidx.camera:camera-camera2:1.3.4' + implementation 'androidx.camera:camera-lifecycle:1.3.4' + implementation 'androidx.camera:camera-view:1.3.4' //implementation 'info.guardianproject:tor-android:0.4.5.7' -- cgit v1.2.3