Skip to content

Commit

Permalink
build.gradle: update Guava to 33.4.0-android
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 19, 2025
1 parent 3956d6c commit e229bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = '0.18-SNAPSHOT'
dependencies {
api project(':bitcoinj-base')
api 'org.bouncycastle:bcprov-jdk15to18:1.80'
api 'com.google.guava:guava:33.3.1-android'
api 'com.google.guava:guava:33.4.0-android'
api 'com.google.protobuf:protobuf-javalite:4.28.3'
implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'net.jcip:jcip-annotations:1.0'
Expand Down

0 comments on commit e229bb5

Please sign in to comment.