From a14739acddbcf75bd4a506d261b88589349fc6e4 Mon Sep 17 00:00:00 2001 From: ibaker Date: Mon, 5 Jul 2021 10:32:24 +0100 Subject: [PATCH] Bump Robolectric to 4.6.1 The bug fix seems potentially serious and worth having: https://github.com/robolectric/robolectric/releases/tag/robolectric-4.6.1 PiperOrigin-RevId: 383096745 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index 345928f803..2a7d1bbf64 100644 --- a/constants.gradle +++ b/constants.gradle @@ -24,7 +24,7 @@ project.ext { guavaVersion = '27.1-android' mockitoVersion = '3.4.0' mockWebServerVersion = '3.12.0' - robolectricVersion = '4.6' + robolectricVersion = '4.6.1' checkerframeworkVersion = '3.3.0' checkerframeworkCompatVersion = '2.5.0' jsr305Version = '3.0.2'