Skip to content

4.9.2

Compare
Choose a tag to compare
@Bencodes Bencodes released this 17 Apr 21:22
· 57 commits to master since this release
99eb406

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

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

Full Changelog: 4.9.1...4.9.2