aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Hoisie <hoisie@google.com>2021-11-20 15:41:20 -0500
committerMichael Hoisie <hoisie@google.com>2021-11-20 15:41:20 -0500
commitf30e9ba3ed28a77e55a583b8adf2e5ecc1c7ea67 (patch)
tree8570f7afd394577d2637bee7c81889e3ce870ad0 /README.md
parent4d3019346bb03cd8d32b26ed8e8f2d73bbf4a542 (diff)
downloadrobolectric-f30e9ba3ed28a77e55a583b8adf2e5ecc1c7ea67.tar.gz
Update README.md to point to 4.7.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a171e721..a8feab432 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ If you'd like to start a new project with Robolectric tests you can refer to `de
#### build.gradle:
```groovy
-testImplementation "org.robolectric:robolectric:4.7.1"
+testImplementation "org.robolectric:robolectric:4.7.2"
```
## Building And Contributing