diff --git a/android/build.gradle b/android/build.gradle index 125a564..9ee1a6a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -146,4 +146,8 @@ dependencies { //Sentry implementation 'io.sentry:sentry-android:5.0.1' + + // Barcode + implementation('com.journeyapps:zxing-android-embedded:4.3.0') { transitive = false } + implementation 'com.google.zxing:core:3.3.0' } \ No newline at end of file