mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
downgrading zxing library as it has a known crash on android versions below 7.0
This commit is contained in:
parent
868548d0ab
commit
73995eb7bd
@ -487,7 +487,7 @@ dependencies {
|
||||
|
||||
// QR-code
|
||||
// Stick to 3.3.3 because of https://github.com/zxing/zxing/issues/1170
|
||||
implementation 'com.google.zxing:core:3.4.1'
|
||||
implementation 'com.google.zxing:core:3.3.3'
|
||||
implementation 'me.dm7.barcodescanner:zxing:1.9.13'
|
||||
|
||||
// Emoji Keyboard
|
||||
|
Loading…
Reference in New Issue
Block a user