mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 09:50:32 +01:00
Update Guava to 25.1-android.
This commit is contained in:
parent
092335e6fe
commit
7b0a9c207f
@ -8,7 +8,7 @@ archivesBaseName = 'bitcoinj-core'
|
||||
dependencies {
|
||||
compile 'org.bouncycastle:bcprov-jdk15on:1.60'
|
||||
implementation 'com.lambdaworks:scrypt:1.4.0'
|
||||
implementation 'com.google.guava:guava:24.0-android'
|
||||
implementation 'com.google.guava:guava:25.1-android'
|
||||
compile 'com.google.protobuf:protobuf-java:3.5.1'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.25'
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
implementation 'com.google.guava:guava:24.0-android'
|
||||
implementation 'com.google.guava:guava:25.1-android'
|
||||
implementation 'net.sf.jopt-simple:jopt-simple:4.3'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.25'
|
||||
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
implementation 'com.google.guava:guava:24.0-android'
|
||||
implementation 'com.google.guava:guava:25.1-android'
|
||||
implementation 'net.sf.jopt-simple:jopt-simple:4.3'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.25'
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
implementation project(':core')
|
||||
implementation 'com.google.guava:guava:24.0-android'
|
||||
implementation 'com.google.guava:guava:25.1-android'
|
||||
implementation 'org.fxmisc.easybind:easybind:1.0.2'
|
||||
implementation 'de.jensd:fontawesomefx:8.0.0'
|
||||
implementation 'net.glxn:qrgen:1.3'
|
||||
|
Loading…
Reference in New Issue
Block a user