Skip to content

4.10

Compare
Choose a tag to compare
@Bencodes Bencodes released this 17 Apr 21:48
· 44 commits to master since this release
0d58aa2

Support for Robolectric 4.10 release. The complete changelog can be found here.

http_archive(
    name = "robolectric",
    urls = ["https://github.com/robolectric/robolectric-bazel/archive/refs/tags/4.10.tar.gz"],
    sha256 = "2929e39c81502e03628f1469d0f7fb411dd82d8c6d75244752bc2f6b537c5baa",
    strip_prefix = "robolectric-bazel-4.10",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
robolectric_repositories()

What's Changed

Full Changelog: 4.9.2...4.10