From 4b91f1b369a3111c11fe04230f0c1024eadd3d57 Mon Sep 17 00:00:00 2001 From: Symous <464934319@qq.com> Date: Wed, 13 Jun 2018 09:07:45 +0800 Subject: [PATCH] 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 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index f7ba1dd..29404bf 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -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"