Skip to content

Commit

Permalink
chore(buck): add appcompat to test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiR committed Sep 3, 2020
1 parent ab01856 commit 74dcae0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ReactAndroid/src/test/java/com/facebook/react/modules/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ rn_robolectric_test(
],
deps = [
YOGA_TARGET,
react_native_dep("third-party/android/androidx:annotation"),
react_native_dep("third-party/android/androidx:core"),
react_native_dep("third-party/android/androidx:fragment"),
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
react_native_dep("libraries/fbcore/src/test/java/com/facebook/powermock:powermock"),
react_native_dep("third-party/android/androidx:appcompat"),
react_native_dep("third-party/java/fest:fest"),
react_native_dep("third-party/java/jsr-305:jsr-305"),
react_native_dep("third-party/java/junit:junit"),
Expand Down

0 comments on commit 74dcae0

Please sign in to comment.