From 4c0f0e7da0fadc7c11e740132aa73be1d4c4b31a Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Wed, 30 Oct 2019 16:47:04 -0600 Subject: [PATCH] Update the barcodescanner library version. - Updated the barcodescanner library version to avoid a crash in certain devices when trying to scan a QR code in the SendTransactionFragment. --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ef8ff68..812f720 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -117,7 +117,7 @@ dependencies { api 'com.google.guava:guava:27.0.1-android' implementation 'org.bitcoinj:bitcoinj-core:0.14.3' implementation 'com.moldedbits.r2d2:r2d2:1.0.1' - implementation 'me.dm7.barcodescanner:zxing:1.9.8' + implementation 'me.dm7.barcodescanner:zxing:1.9.13' implementation 'com.afollestad.material-dialogs:core:3.1.0' implementation 'com.andrognito.patternlockview:patternlockview:1.0.0' // Android Debug Database