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
This commit is contained in:
ibaker 2021-07-05 10:32:24 +01:00 committed by kim-vde
parent d7bb6e7235
commit a14739acdd

View File

@ -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'