diff options
author | Norbel AMBANUMBEN <aanorbel@gmail.com> | 2024-10-23 03:19:58 +0100 |
---|---|---|
committer | Norbel AMBANUMBEN <aanorbel@gmail.com> | 2024-10-23 03:19:58 +0100 |
commit | bc0ae60a26dd0c2b06ea42b2314d3aac7d9e7508 (patch) | |
tree | 25aa77cfc91d26d03fd4ebb0bb6d84cc4f9b3eb0 /app/build.gradle | |
parent | 3d1215f6d8e047421520590f78c78c67e3ac3891 (diff) |
update: camera scanner implementation
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index dbc3d926..6a211461 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -423,9 +423,11 @@ dependencies { 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-core:1.3.4' 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 'androidx.camera:camera-mlkit-vision:1.4.0-rc04' //implementation 'info.guardianproject:tor-android:0.4.5.7' |