Skip to content

Commit

Permalink
ZXing 3.3.3 because of zxing/zxing#1170
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Feb 1, 2020
1 parent 6ec2dd8 commit 53e36dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ dependencies {
implementation "androidx.emoji:emoji-appcompat:1.0.0"

// QR-code
implementation 'com.google.zxing:core:3.4.0'
// Stick to 3.3.3 because of https://github.com/zxing/zxing/issues/1170
implementation 'com.google.zxing:core:3.3.3'
implementation 'me.dm7.barcodescanner:zxing:1.9.13'

// TESTS
Expand Down

0 comments on commit 53e36dc

Please sign in to comment.