Skip to content

4.10.3

Compare
Choose a tag to compare
@Bencodes Bencodes released this 19 May 02:53
· 43 commits to master since this release
df665e5

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