Skip to content

Commit

Permalink
Merge pull request #17 from newlogic/feature/capacitor-v4-missing-imp…
Browse files Browse the repository at this point in the history
…orts

Feature/capacitor v4 missing imports
  • Loading branch information
nicholemnl authored Jan 5, 2023
2 parents 5b375de + c8cefc1 commit 51e7ab0
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 73 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'
}
Loading

0 comments on commit 51e7ab0

Please sign in to comment.