From ca5b094916633c3e49c18407518a19f9f66666d8 Mon Sep 17 00:00:00 2001 From: kimvde Date: Thu, 21 Nov 2019 12:09:42 +0000 Subject: [PATCH] Upgrade Robolectric version This fixes the issue reported in https://github.com/robolectric/robolectric/issues/5207. PiperOrigin-RevId: 281720030 --- constants.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.gradle b/constants.gradle index 1e26525ad9..e848371c8a 100644 --- a/constants.gradle +++ b/constants.gradle @@ -20,7 +20,7 @@ project.ext { compileSdkVersion = 29 dexmakerVersion = '2.21.0' mockitoVersion = '2.25.0' - robolectricVersion = '4.3' + robolectricVersion = '4.3.1' autoValueVersion = '1.6' autoServiceVersion = '1.0-rc4' checkerframeworkVersion = '2.5.0'