From 48f74b8ff12b7cf606bb9234b16f7a884fbb6757 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Sun, 19 Jan 2025 20:58:20 +0100 Subject: [PATCH] build.gradle: update Guava to 33.4.0-android --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index c54c18af2..ed51aba2d 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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'