mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 11:05:21 +00:00
fixed mockito version
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 https://github.com/facebook/react-native/pull/10239 Differential Revision: D3968396 Pulled By: matryoshcow fbshipit-source-id: 63374261303fb98dc252898dfd5d3b3346597e4f
This commit is contained in:
parent
2bca6acdaf
commit
20ef20591f
@ -7,7 +7,7 @@ POM_PACKAGING=aar
|
||||
|
||||
android.useDeprecatedNdk=true
|
||||
|
||||
MOCKITO_CORE_VERSION=1.+
|
||||
MOCKITO_CORE_VERSION=1.10.19
|
||||
POWERMOCK_VERSION=1.6.2
|
||||
ROBOLECTRIC_VERSION=3.0
|
||||
JUNIT_VERSION=4.12
|
||||
|
Loading…
x
Reference in New Issue
Block a user