build.gradle: update Guava to 33.4.0-android

This commit is contained in:
Andreas Schildbach 2025-01-19 20:58:20 +01:00
parent 1ab2af87ad
commit 48f74b8ff1

View file

@ -10,7 +10,7 @@ version = '0.17-SNAPSHOT'
dependencies {
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'