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