From 8d17faea335e67115355e65a4c9b9ef7e7595004 Mon Sep 17 00:00:00 2001 From: ibaker Date: Fri, 21 Apr 2023 16:41:49 +0100 Subject: [PATCH] Rollback of https://github.com/androidx/media/commit/d7983f9485018508dc3a0d06a62d2ed1f6fadf16 *** Original commit *** Bump Guava version to 31.1 *** PiperOrigin-RevId: 526046600 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index 47c25e2bd9..c9d73dc908 100644 --- a/constants.gradle +++ b/constants.gradle @@ -27,7 +27,7 @@ project.ext { junitVersion = '4.13.2' // Use the same Guava version as the Android repo: // https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA - guavaVersion = '31.1-android' + guavaVersion = '31.0.1-android' mockitoVersion = '3.12.4' robolectricVersion = '4.8.1' // Keep this in sync with Google's internal Checker Framework version.