From d08d295656d4f356e490f2e18b47e7f9aa6cb9ae Mon Sep 17 00:00:00 2001 From: robpridham-bbc Date: Fri, 16 Jul 2021 11:43:01 +0100 Subject: [PATCH] Update README https://github.com/mockito/mockito/issues/2341 --- subprojects/androidTest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/androidTest/README.md b/subprojects/androidTest/README.md index 8dd7a255fa..68adf0bd33 100644 --- a/subprojects/androidTest/README.md +++ b/subprojects/androidTest/README.md @@ -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.