Upgrade Robolectric from 4.3.1 -> 4.4

Summary: Changelog: [Internal]

Reviewed By: jiawei-lyu

Differential Revision: D23718455

fbshipit-source-id: 39c684722db1269e2179cf9680cb728be1171afb
This commit is contained in:
Joshua Selbo
2020-09-29 18:46:06 -07:00
committed by Facebook GitHub Bot
parent 1d89ef87b6
commit 5bb54c90bd
2 changed files with 2 additions and 2 deletions
@@ -15,7 +15,7 @@ rn_android_library(
],
deps = [
react_native_android_toplevel_dep("third-party/java/mockito2:mockito2"),
react_native_dep("third-party/java/robolectric/4.3.1:robolectric"),
react_native_dep("third-party/java/robolectric/4.4:robolectric"),
react_native_target("java/com/facebook/react/bridge:bridge"),
react_native_target("java/com/facebook/react/uimanager:uimanager"),
react_native_tests_target("java/org/mockito/configuration:configuration"),