From d66a3032c192d118ecb3477226e4e511bf29f7dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Fri, 22 Mar 2024 13:57:50 +0100 Subject: [PATCH] Update Guava to 33.0.0-android Following the recommendation in `constants.gradle`: https://github.com/androidx/media/blob/d13a0f4ec62ca092b79746a5725b62a3244cc5b4/constants.gradle#L29-L31 This PR updates Guava to the version used in the Android repository: 33.0.0. The changelog for Guava 33.0.0 is available [here](https://github.com/google/guava/releases/tag/v33.0.0). --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index ea95a4dea6..c1d1af01f6 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 = '32.1.3-android' + guavaVersion = '33.0.0-android' mockitoVersion = '3.12.4' robolectricVersion = '4.11' // Keep this in sync with Google's internal Checker Framework version.