Skip to content

Commit 74dcae0

Browse files
committed
chore(buck): add appcompat to test deps
1 parent ab01856 commit 74dcae0

File tree

1 file changed

+2
-5
lines changed
  • ReactAndroid/src/test/java/com/facebook/react/modules

1 file changed

+2
-5
lines changed

ReactAndroid/src/test/java/com/facebook/react/modules/BUCK

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ rn_robolectric_test(
99
],
1010
deps = [
1111
YOGA_TARGET,
12-
react_native_dep("third-party/android/androidx:annotation"),
13-
react_native_dep("third-party/android/androidx:core"),
14-
react_native_dep("third-party/android/androidx:fragment"),
15-
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
16-
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
12+
react_native_dep("libraries/fbcore/src/test/java/com/facebook/powermock:powermock"),
13+
react_native_dep("third-party/android/androidx:appcompat"),
1714
react_native_dep("third-party/java/fest:fest"),
1815
react_native_dep("third-party/java/jsr-305:jsr-305"),
1916
react_native_dep("third-party/java/junit:junit"),

0 commit comments

Comments
 (0)