build.gradle: update Guava to 33.0.0-android

This commit is contained in:
Andreas Schildbach 2023-12-19 00:03:04 +01:00
parent 927c51698f
commit 4cf9fc5450

View file

@ -10,7 +10,7 @@ version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
api 'com.google.guava:guava:32.1.3-android'
api 'com.google.guava:guava:33.0.0-android'
api 'com.google.protobuf:protobuf-javalite:3.22.5'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'net.jcip:jcip-annotations:1.0'