Skip to content

4.10.1

Compare
Choose a tag to compare
@utzcoz utzcoz released this 03 May 01:20
· 43 commits to master since this release
9b9b3b5

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.1.tar.gz"],
    sha256 = "faf56e2182082ee4975649440d456c4ed68164014ff1daf28c118abce35ce0ad",
    strip_prefix = "robolectric-bazel-4.10.1",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
robolectric_repositories()

What's Changed

Full Changelog: 4.10...4.10.1