Upgrade Guava to 33.3.1

This bugfix release contains a fix for Issue: androidx/media#1700.

PiperOrigin-RevId: 679493263
This commit is contained in:
tonihei 2024-09-27 01:50:48 -07:00 committed by Copybara-Service
parent 138a8d65ca
commit 23e02cce81

View File

@ -28,7 +28,7 @@ project.ext {
junitVersion = '4.13.2' junitVersion = '4.13.2'
// Use the same Guava version as the Android repo: // Use the same Guava version as the Android repo:
// https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA // 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' glideVersion = '4.14.2'
kotlinxCoroutinesVersion = '1.8.1' kotlinxCoroutinesVersion = '1.8.1'
leakCanaryVersion = '2.10' leakCanaryVersion = '2.10'