Remove dependency of Robolectric snapshot.

Depend on a alpha release now, so that we can remove the snapshot repo.

PiperOrigin-RevId: 436471634
This commit is contained in:
claincly 2022-03-22 14:49:12 +00:00 committed by Ian Baker
parent 89098a8a83
commit d57958e86d

View File

@ -26,7 +26,7 @@ project.ext {
// https://cs.android.com/android/platform/superproject/+/master:external/guava/METADATA
guavaVersion = '31.0.1-android'
mockitoVersion = '3.12.4'
robolectricVersion = '4.8-SNAPSHOT'
robolectricVersion = '4.8-alpha-1'
// Keep this in sync with Google's internal Checker Framework version.
checkerframeworkVersion = '3.13.0'
checkerframeworkCompatVersion = '2.5.5'