Skip to content

4.8.1

Compare
Choose a tag to compare
@Bencodes Bencodes released this 04 May 15:24
· 75 commits to master since this release
6d18a0e

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

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