4.10.3
Support for Robolectric 4.10.3 release. The complete changelog can be found here.
http_archive(
name = "robolectric",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/refs/tags/4.10.3.tar.gz"],
sha256 = "1b199a932cbde4af728dd8275937091adbb89a4bf63d326de49e6d0a42e723bf",
strip_prefix = "robolectric-bazel-4.10.3",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
robolectric_repositories()
What's Changed
Full Changelog: 4.10.2...4.10.3