diff --git a/README.md b/README.md index 3819598ba34..84373bfa18c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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.2" +testImplementation "org.robolectric:robolectric:4.7.3" ``` ## Building And Contributing