Skip to content

4.8.2

Compare
Choose a tag to compare
@Bencodes Bencodes released this 25 Aug 02:25
· 82 commits to master since this release
6d18a0e

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

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