mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
ZXing 3.3.3 because of https://github.com/zxing/zxing/issues/1170
This commit is contained in:
parent
6ec2dd8c00
commit
53e36dca9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user