build.gradle: update ZXing to 3.5.1

This commit is contained in:
Andreas Schildbach 2022-11-14 08:11:34 +01:00
parent 8bd519624d
commit 8348285b39

View file

@ -8,7 +8,7 @@ plugins {
dependencies {
implementation project(':bitcoinj-core')
implementation 'de.jensd:fontawesomefx:8.0.0'
implementation 'com.google.zxing:core:3.4.1'
implementation 'com.google.zxing:core:3.5.1'
implementation 'org.slf4j:slf4j-jdk14:1.7.36'
}