|
| 1 | +diff --git a/node_modules/detox/android/detox/build.gradle b/node_modules/detox/android/detox/build.gradle |
| 2 | +index 8bef864..3689459 100644 |
| 3 | +--- a/node_modules/detox/android/detox/build.gradle |
| 4 | ++++ b/node_modules/detox/android/detox/build.gradle |
| 5 | +@@ -86,12 +86,12 @@ dependencies { |
| 6 | + // Versions are in-sync with the 'androidx-test-1.2.0' release/tag of the android-test github repo, |
| 7 | + // used by the Detox generator. See https://github.com/android/android-test/releases/tag/androidx-test-1.2.0 |
| 8 | + // Important: Should remain so when generator tag is replaced! |
| 9 | +- api('androidx.test.espresso:espresso-core:3.3.0') { // Needed all across Detox but also makes Espresso seamlessly provided to Detox users with hybrid apps/E2E-tests. |
| 10 | ++ api('androidx.test.espresso:espresso-core:3.4.0') { // Needed all across Detox but also makes Espresso seamlessly provided to Detox users with hybrid apps/E2E-tests. |
| 11 | + exclude group: 'com.google.code.findbugs', module: 'jsr305' |
| 12 | + } |
| 13 | +- api 'androidx.test.espresso:espresso-web:3.3.0' // Web-View testing |
| 14 | +- api 'androidx.test:rules:1.2.0' // Needed because of ActivityTestRule. Needed by users *and* internally used by Detox. |
| 15 | +- api 'androidx.test.ext:junit:1.1.1' // Needed so as to seamlessly provide AndroidJUnit4 to Detox users. Depends on junit core. |
| 16 | ++ api 'androidx.test.espresso:espresso-web:3.4.0' // Web-View testing |
| 17 | ++ api 'androidx.test:rules:1.4.0' // Needed because of ActivityTestRule. Needed by users *and* internally used by Detox. |
| 18 | ++ api 'androidx.test.ext:junit:1.1.3' // Needed so as to seamlessly provide AndroidJUnit4 to Detox users. Depends on junit core. |
| 19 | + |
| 20 | + // Version is the latest; Cannot sync with the Github repo (e.g. android/android-test) because the androidx |
| 21 | + // packaging version of associated classes is simply not there... |
1 | 22 | diff --git a/node_modules/detox/android/detox/src/full/java/com/wix/detox/reactnative/idlingresources/UIModuleIdlingResource.java b/node_modules/detox/android/detox/src/full/java/com/wix/detox/reactnative/idlingresources/UIModuleIdlingResource.java
|
2 | 23 | index 2407926..65d17d8 100644
|
3 | 24 | --- a/node_modules/detox/android/detox/src/full/java/com/wix/detox/reactnative/idlingresources/UIModuleIdlingResource.java
|
|
0 commit comments