Commit bc89a8f7 by olly Committed by Oliver Woodman

Depend on robolectric 4.4, which has now been released

Issue: #7906
PiperOrigin-RevId: 331775990
parent 3fd47b92
Showing with 1 additions and 1 deletions
...@@ -24,7 +24,7 @@ project.ext { ...@@ -24,7 +24,7 @@ project.ext {
guavaVersion = '27.1-android' guavaVersion = '27.1-android'
mockitoVersion = '2.28.2' mockitoVersion = '2.28.2'
mockWebServerVersion = '3.12.0' mockWebServerVersion = '3.12.0'
robolectricVersion = '4.4-SNAPSHOT' robolectricVersion = '4.4'
checkerframeworkVersion = '3.3.0' checkerframeworkVersion = '3.3.0'
checkerframeworkCompatVersion = '2.5.0' checkerframeworkCompatVersion = '2.5.0'
jsr305Version = '3.0.2' jsr305Version = '3.0.2'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment