Shopify / android-testify

Add screenshots to your Android tests
https://testify.dev
MIT License
231 stars 23 forks source link

Could not find org.mockito:mockito-core:3.8.3 #255

Closed DanielJette closed 2 years ago

DanielJette commented 2 years ago

Describe the bug

Testify Library is using a version of mockito that is too old and not available on MavenCentral.

Execution failed for task ':Library:generateDebugUnitTestStubRFile'.
> Could not resolve all files for configuration ':Library:debugUnitTestRuntimeClasspath'.
   > Could not find org.mockito:mockito-core:3.8.3.

This issue relates to:

To Reproduce

Any recent CI build will demonstrate this issue: https://github.com/Shopify/android-testify/runs/4171092375?check_suite_focus=true

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Target Android Device (please complete the following information):

Additional context Add any other context about the problem here.