Skip to content

Commit

Permalink
Support Robolectric 4.9.2 (#48)
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>

Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Dec 30, 2022
1 parent 2aae27e commit 99eb406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Add the `robolectric` and `rules_jvm_external` repositories in your WORKSPACE fi
```python
http_archive(
name = "robolectric",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.9.1.tar.gz"],
strip_prefix = "robolectric-bazel-4.9.1",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.9.2.tar.gz"],
strip_prefix = "robolectric-bazel-4.9.2",
sha256 = "get the sha256 from github releases",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
Expand All @@ -31,7 +31,7 @@ http_archive(
load("@rules_jvm_external//:defs.bzl", "maven_install")
maven_install(
artifacts = [
"org.robolectric:robolectric:4.9.1",
"org.robolectric:robolectric:4.9.2",
],
repositories = [
"https://maven.google.com",
Expand Down

0 comments on commit 99eb406

Please sign in to comment.