diff options
author | Norbel AMBANUMBEN <aanorbel@gmail.com> | 2024-10-23 02:21:34 +0100 |
---|---|---|
committer | Norbel AMBANUMBEN <aanorbel@gmail.com> | 2024-10-23 02:21:34 +0100 |
commit | 3d1215f6d8e047421520590f78c78c67e3ac3891 (patch) | |
tree | ecf391b95879f58ff1a290c3cd56364df932ae71 /app/build.gradle | |
parent | a0d90ddbe67c87aaa47805644b39e50966ac78fb (diff) |
chore: boostrap scanner
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
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' |