mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-22 14:22:45 +01:00
build.gradle: update ZXing to 3.5.1
This commit is contained in:
parent
8bd519624d
commit
8348285b39
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue