Skip to content

Commit

Permalink
Upgrade Guava to 33.3.1
Browse files Browse the repository at this point in the history
This bugfix release contains a fix for Issue: #1700.

PiperOrigin-RevId: 679493263
  • Loading branch information
tonihei authored and copybara-github committed Sep 27, 2024
1 parent 138a8d6 commit 23e02cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 23e02cc

Please sign in to comment.