diff --git a/README.md b/README.md index 0d89d8998..5d1ed66c2 100644 --- a/README.md +++ b/README.md @@ -1217,7 +1217,7 @@ roborazzi.record.namingStrategy=testClassAndMethod ### robolectric.pixelCopyRenderMode -I recommend setting `it.systemProperties["robolectric.pixelCopyRenderMode"] = "hardware"` in your `build.gradle` file to enhance the accuracy of your screenshots. For more details, please refer to the [issue](https://github.com/takahirom/roborazzi/issues/296)." +I recommend setting `it.systemProperties["robolectric.pixelCopyRenderMode"] = "hardware"` in your `build.gradle` file to enhance the accuracy of your screenshots. For more details, please refer to the [issue](https://github.com/takahirom/roborazzi/issues/296). ``` android { diff --git a/docs/topics/gradle_properties_options.md b/docs/topics/gradle_properties_options.md index 681e1ac44..a209c9648 100644 --- a/docs/topics/gradle_properties_options.md +++ b/docs/topics/gradle_properties_options.md @@ -47,7 +47,7 @@ roborazzi.record.namingStrategy=testClassAndMethod ### robolectric.pixelCopyRenderMode -I recommend setting `it.systemProperties["robolectric.pixelCopyRenderMode"] = "hardware"` in your `build.gradle` file to enhance the accuracy of your screenshots. For more details, please refer to the [issue](https://github.com/takahirom/roborazzi/issues/296)." +I recommend setting `it.systemProperties["robolectric.pixelCopyRenderMode"] = "hardware"` in your `build.gradle` file to enhance the accuracy of your screenshots. For more details, please refer to the [issue](https://github.com/takahirom/roborazzi/issues/296). ``` android {