Skip to content

Commit

Permalink
Revert "Updates README.md for 4.8"
Browse files Browse the repository at this point in the history
This reverts commit fe0bd1c.
  • Loading branch information
JuliaSullivanGoogle committed Apr 29, 2022
1 parent fe0bd1c commit 297905c
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 @@ -10,8 +10,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.8.tar.gz"],
strip_prefix = "robolectric-bazel-4.8",
urls = ["https://github.com/robolectric/robolectric-bazel/archive/4.7.3.tar.gz"],
strip_prefix = "robolectric-bazel-4.7.3",
)
load("@robolectric//bazel:robolectric.bzl", "robolectric_repositories")
robolectric_repositories()
Expand All @@ -25,7 +25,7 @@ http_archive(
load("@rules_jvm_external//:defs.bzl", "maven_install")
maven_install(
artifacts = [
"org.robolectric:robolectric:4.8",
"org.robolectric:robolectric:4.7.3",
],
repositories = [
"https://maven.google.com",
Expand Down

0 comments on commit 297905c

Please sign in to comment.