4.7.2
Support for Robolectric 4.7.2 release. The complete changelog can be found here.
http_archive(
name = "robolectric",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.7.2.tar.gz"],
sha256 = "0d22881afc8a057115244967d5193f8a1bcab091c2fdeae5b566cff12b0847d3",
strip_prefix = "robolectric-bazel-4.7.2",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
robolectric_repositories()