Migrate usages of 3.1.0 espresso libs to androidx:test-espresso 3.2.0 libs

Differential Revision: D19943694

fbshipit-source-id: bfbcf5148afa9639848c6b1c9b7398f75f5157d3
This commit is contained in:
Joshua Selbo
2020-02-23 18:33:01 -08:00
committed by Facebook Github Bot
parent 13afc454f1
commit 25ea35632e
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@ rn_android_library(
"PUBLIC",
],
deps = ([
react_native_dep("third-party/java/espresso:espresso"),
react_native_dep("third-party/android/androidx:test-espresso-core"),
react_native_dep("third-party/java/jsr-305:jsr-305"),
react_native_dep("third-party/java/junit:junit"),
react_native_dep("third-party/java/testing-support-lib:testing-support-lib"),
@@ -13,7 +13,7 @@ rn_android_library(
srcs = glob(["*.java"]),
is_androidx = True,
deps = ([
react_native_dep("third-party/java/espresso:espresso"),
react_native_dep("third-party/android/androidx:test-espresso-core"),
react_native_dep("third-party/java/fest:fest"),
react_native_dep("third-party/java/junit:junit"),
react_native_dep("third-party/java/testing-support-lib:testing-support-lib"),