Skip to content

Commit dc14c91

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

File tree

1 file changed

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

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ 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("third-party/android/androidx:appcompat"),
1713
react_native_dep("third-party/java/fest:fest"),
1814
react_native_dep("third-party/java/jsr-305:jsr-305"),
1915
react_native_dep("third-party/java/junit:junit"),

0 commit comments

Comments
 (0)