mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-19 05:33:44 +01:00
build.gradle: Update Guava to 30.0-android.
This commit is contained in:
parent
dbdd60052e
commit
e6c68d9758
@ -9,7 +9,7 @@ version = '0.16-SNAPSHOT'
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'org.bouncycastle:bcprov-jdk15to18:1.66'
|
api 'org.bouncycastle:bcprov-jdk15to18:1.66'
|
||||||
api 'com.google.guava:guava:29.0-android'
|
api 'com.google.guava:guava:30.0-android'
|
||||||
api 'com.google.protobuf:protobuf-java:3.9.2'
|
api 'com.google.protobuf:protobuf-java:3.9.2'
|
||||||
api 'com.squareup.okhttp3:okhttp:3.12.11'
|
api 'com.squareup.okhttp3:okhttp:3.12.11'
|
||||||
implementation 'org.slf4j:slf4j-api:1.7.30'
|
implementation 'org.slf4j:slf4j-api:1.7.30'
|
||||||
|
Loading…
Reference in New Issue
Block a user