mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
update zxing lib version
zxing 3.2.1 perform so slow in Android 5.1 to scan a qrcode,update to 3.3.0 fix this issue
This commit is contained in:
parent
4fdd548611
commit
4b91f1b369
@ -55,7 +55,7 @@ dependencies {
|
||||
|
||||
compileOnly 'com.facebook.react:react-native:+'
|
||||
compileOnly 'com.facebook.infer.annotation:infer-annotation:+'
|
||||
implementation "com.google.zxing:core:3.2.1"
|
||||
implementation "com.google.zxing:core:3.3.0"
|
||||
implementation "com.drewnoakes:metadata-extractor:2.9.1"
|
||||
implementation "com.google.android.gms:play-services-vision:$googlePlayServicesVersion"
|
||||
implementation "com.android.support:exifinterface:$supportLibVersion"
|
||||
|
Loading…
x
Reference in New Issue
Block a user