Skip to content

4.10.2

Compare
Choose a tag to compare
@Bencodes Bencodes released this 11 May 17:47
· 42 commits to master since this release
431df50

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

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

What's Changed

Full Changelog: 4.10.1...4.10.2