Depend on robolectric 4.4, which has now been released

Issue: #7906
PiperOrigin-RevId: 331775990
This commit is contained in:
olly 2020-09-15 16:39:57 +01:00 committed by Oliver Woodman
parent 3fd47b92e6
commit bc89a8f763

View File

@ -24,7 +24,7 @@ project.ext {
guavaVersion = '27.1-android'
mockitoVersion = '2.28.2'
mockWebServerVersion = '3.12.0'
robolectricVersion = '4.4-SNAPSHOT'
robolectricVersion = '4.4'
checkerframeworkVersion = '3.3.0'
checkerframeworkCompatVersion = '2.5.0'
jsr305Version = '3.0.2'