diff --git a/constants.gradle b/constants.gradle index 36b6fd512f..05a6fa6131 100644 --- a/constants.gradle +++ b/constants.gradle @@ -28,7 +28,7 @@ project.ext { junitVersion = '4.13.2' // Use the same Guava version as the Android repo: // https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA - guavaVersion = '33.0.0-android' + guavaVersion = '33.3.1-android' glideVersion = '4.14.2' kotlinxCoroutinesVersion = '1.8.1' leakCanaryVersion = '2.10'