Upgrade robolectric version to 4.11

Testing details: All tests are passing on github branch as well.

PiperOrigin-RevId: 597529943
This commit is contained in:
sheenachhabra 2024-01-11 05:43:39 -08:00 committed by Copybara-Service
parent 03328848ce
commit 085bc6c416

View File

@ -28,7 +28,7 @@ project.ext {
// https://cs.android.com/android/platform/superproject/main/+/main:external/guava/METADATA
guavaVersion = '32.1.3-android'
mockitoVersion = '3.12.4'
robolectricVersion = '4.10.3'
robolectricVersion = '4.11'
// Keep this in sync with Google's internal Checker Framework version.
checkerframeworkVersion = '3.13.0'
errorProneVersion = '2.18.0'