Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Gradle unit tests started failing, this PR fixes mockito to be one specific version instead of loose 1.+ **Explain the **motivation** for making this change. What existing problem does the pull request solve?** Circle CI started failing without any specific reason https://circleci.com/gh/facebook/react-native/tree/master, looks like a dependency error. Alas it is, I can reproduce the error on master with clean caches. **Test plan (required)** After the fix: ``` bestander-pro:react-native bestander$ ./gradlew :ReactAndroid:testDebugUnitTest Incremental java compilation is an incubating feature. :ReactAndroid:preBuild UP-TO-DATE :ReactAndroid:preDebugBuild UP-TO-DATE :ReactAndroid:checkDebugManifest :ReactAndroid:preDebugAndroidTestBuild UP-TO-DATE :ReactAndroid:preDebugUnitTestBuild UP-TO-DATE :ReactAndroid:preReleaseBuild UP-TO-DATE :ReactAndroid:preReleaseUnitTestBuild UP-TO-DATE :ReactAndroid:prepareComAndroidSupportAppcompatV72301Library UP-TO-DATE :ReactAndroid:prepareComAndro Closes facebook#10239 Differential Revision: D3968396 Pulled By: matryoshcow fbshipit-source-id: 63374261303fb98dc252898dfd5d3b3346597e4f
- Loading branch information