Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robpridham-bbc committed Jul 16, 2021
1 parent a819a7c commit d08d295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/androidTest/README.md
Expand Up @@ -17,13 +17,13 @@ Libraries and their versions are defined in `ext.library-versions.gradle`. It is

ByteBuddy is an optional declaration. If you specify '0' for the ByteBuddy version, e.g.

```bytebuddy_version = '0'```
`bytebuddy_version = '0'`

then ByteBuddy will be as declared by Mockito's own dependencies.

However you are able to specify a _newer_ version if you would like to test an update, and you can do this by specifying a real version, e.g.:

```bytebuddy_version = '1.11.7'```
`bytebuddy_version = '1.11.7'`

This will cause ByteBuddy to be directly included in this project using the specified version.

Expand Down

0 comments on commit d08d295

Please sign in to comment.