Skip to content

4.9

Compare
Choose a tag to compare
@Bencodes Bencodes released this 03 Oct 16:45
· 70 commits to master since this release
eee84fb

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

http_archive(
    name = "robolectric",
    urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.9.tar.gz"],
    sha256 = "7655c49633ec85a18b5a94b1ec36e250671808e45494194959b1d1d7f3e73a23",
    strip_prefix = "robolectric-bazel-4.9",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
robolectric_repositories()