File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ReactAndroid/src/androidTest/java/com/facebook/react Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ rn_android_library(
1616 "PUBLIC" ,
1717 ],
1818 deps = ([
19- react_native_dep ("third-party/java/espresso: espresso" ),
19+ react_native_dep ("third-party/android/androidx:test- espresso-core " ),
2020 react_native_dep ("third-party/java/jsr-305:jsr-305" ),
2121 react_native_dep ("third-party/java/junit:junit" ),
2222 react_native_dep ("third-party/java/testing-support-lib:testing-support-lib" ),
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ rn_android_library(
1313 srcs = glob (["*.java" ]),
1414 is_androidx = True ,
1515 deps = ([
16- react_native_dep ("third-party/java/espresso: espresso" ),
16+ react_native_dep ("third-party/android/androidx:test- espresso-core " ),
1717 react_native_dep ("third-party/java/fest:fest" ),
1818 react_native_dep ("third-party/java/junit:junit" ),
1919 react_native_dep ("third-party/java/testing-support-lib:testing-support-lib" ),
You can’t perform that action at this time.
0 commit comments