mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 22:29:45 +08:00
fixes gradle dependencies for compile and test
Summary: Closes https://github.com/facebook/react-native/pull/5676 Reviewed By: svcscm Differential Revision: D2886944 Pulled By: androidtrunkagent fb-gh-sync-id: 9cb68883cd38c31e588222bc746b5e296962c845
This commit is contained in:
committed by
facebook-github-bot-4
parent
5029a7af9b
commit
6ecfb61147
@@ -252,8 +252,7 @@ dependencies {
|
||||
compile 'com.facebook.fresco:imagepipeline-okhttp:0.8.1'
|
||||
compile 'com.facebook.stetho:stetho:1.2.0'
|
||||
compile 'com.facebook.stetho:stetho-okhttp:1.2.0'
|
||||
compile 'com.fasterxml.jackson.core:jackson-annotations:2.2.3'
|
||||
compile 'com.fasterxml.jackson.core:jackson-databind:2.2.3'
|
||||
compile 'com.fasterxml.jackson.core:jackson-core:2.2.3'
|
||||
compile 'com.google.code.findbugs:jsr305:3.0.0'
|
||||
compile 'com.squareup.okhttp:okhttp:2.5.0'
|
||||
compile 'com.squareup.okhttp:okhttp-ws:2.5.0'
|
||||
@@ -262,6 +261,7 @@ dependencies {
|
||||
|
||||
testCompile "junit:junit:${JUNIT_VERSION}"
|
||||
testCompile "org.powermock:powermock-api-mockito:${POWERMOCK_VERSION}"
|
||||
testCompile 'com.fasterxml.jackson.core:jackson-databind:2.2.3'
|
||||
testCompile "org.powermock:powermock-module-junit4-rule:${POWERMOCK_VERSION}"
|
||||
testCompile "org.powermock:powermock-classloading-xstream:${POWERMOCK_VERSION}"
|
||||
testCompile "org.mockito:mockito-core:${MOCKITO_CORE_VERSION}"
|
||||
|
||||
Reference in New Issue
Block a user