Skip to content

Commit

Permalink
Hotfix missing imports for the new version of smartscanner
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholemnl committed Jan 5, 2023
1 parent 5b375de commit 04b1a7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 04b1a7e

Please sign in to comment.