mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
Update Guava to 28.2-android.
This commit is contained in:
parent
163d39dbff
commit
68538e57af
@ -9,7 +9,7 @@ version = '0.16-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
compile 'org.bouncycastle:bcprov-jdk15to18:1.64'
|
||||
implementation 'com.google.guava:guava:28.1-android'
|
||||
implementation 'com.google.guava:guava:28.2-android'
|
||||
compile 'com.google.protobuf:protobuf-java:3.9.2'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
|
||||
implementation 'org.slf4j:slf4j-api:1.7.29'
|
||||
|
@ -5,7 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'com.google.guava:guava:28.1-android'
|
||||
implementation 'com.google.guava:guava:28.2-android'
|
||||
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.29'
|
||||
implementation 'org.fusesource.leveldbjni:leveldbjni-all:1.8'
|
||||
|
@ -5,7 +5,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'com.google.guava:guava:28.1-android'
|
||||
implementation 'com.google.guava:guava:28.2-android'
|
||||
implementation 'net.sf.jopt-simple:jopt-simple:5.0.4'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.29'
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
dependencies {
|
||||
implementation project(':bitcoinj-core')
|
||||
implementation 'com.google.guava:guava:28.1-android'
|
||||
implementation 'com.google.guava:guava:28.2-android'
|
||||
implementation 'de.jensd:fontawesomefx:8.0.0'
|
||||
implementation 'com.google.zxing:core:3.3.3'
|
||||
implementation 'org.slf4j:slf4j-jdk14:1.7.29'
|
||||
|
Loading…
Reference in New Issue
Block a user