Skip to content

Commit

Permalink
Merge pull request #410 from takahirom/takahirom/add-robolectric.pixe…
Browse files Browse the repository at this point in the history
…lCopyRenderMode-to-README/2024-06-16

Remove unneeded " in README
  • Loading branch information
takahirom authored Jun 16, 2024
2 parents 11a9dd1 + 938af95 commit 788ae6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/gradle_properties_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 788ae6d

Please sign in to comment.