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