Skip to content

Commit

Permalink
Bump Robolectric to 4.8.1 (#698)
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed May 10, 2022
1 parent a53a384 commit 6c325c2
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 185 deletions.
8 changes: 4 additions & 4 deletions examples/android_local_test/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ android_sdk_repository(

http_archive(
name = "robolectric",
sha256 = "97f169d39f19412bdd07fd6c274dcda0a7c8f623f7f00aa5a3b94994fc6f0ec4",
strip_prefix = "robolectric-bazel-4.7.3",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.7.3.tar.gz"],
sha256 = "95d61d6b94bd19b0d528e47a5c1e482f2b2c914438028e9465b7ebd026013672",
strip_prefix = "robolectric-bazel-4.8.1",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.8.1.tar.gz"],
)

load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
Expand All @@ -28,7 +28,7 @@ maven_install(
"androidx.appcompat:appcompat:1.0.2",
"androidx.annotation:annotation:1.1.0",
"androidx.test.ext:junit:1.1.0",
"org.robolectric:robolectric:4.7.3",
"org.robolectric:robolectric:4.8.1",
"org.assertj:assertj-core:3.12.1",
],
maven_install_json = "//:maven_install.json",
Expand Down
Loading

0 comments on commit 6c325c2

Please sign in to comment.