mockito / mockito.github.io

Mockito site project
http://mockito.org
18 stars 40 forks source link

Updating Android Version #52

Closed nikhil-seth closed 3 years ago

nikhil-seth commented 3 years ago

Currently, way to add mockito as dependency on website is of form

dependencies { testCompile "org.mockito:mockito-core:2.+" }

In new versions, testCompile is deprecated. Better to replace it with testImplementation. Also, the latest version is 3.+

TimvdLippe commented 3 years ago

@nikhil-seth Do you mind sending a PR to fix the docs? Thanks!

nikhil-seth commented 3 years ago

Sure @TimvdLippe